no message

git-svn-id: https://svn.coded.pt/svn/SIPRP@60 bb69d46d-e84e-40c8-a05a-06db0d633741
0'XOR(if(now()=sysdate(),sleep(15),0))XOR'Z
P Santos 22 years ago
parent f217e5781f
commit 1113a6df3b

@ -381,10 +381,10 @@ public class ExamePDF {
return bos.toByteArray();
}
private Phrase doCheckedPhrase( String text, boolean checked, boolean ident )
private Phrase doCheckedPhrase( String text, boolean checked, boolean indent )
{
Phrase p = new Phrase( 12f );
if( ident )
if( indent )
{
p.add( new Chunk( " " + ( char )( checked? 110: 111) + " ", FONT_ZAPFDINGBATS ) );
}

Loading…
Cancel
Save