# HG changeset patch # User Jaroslav Tulach # Date 1213430853 -7200 # Node ID e9dae6435b3a6c339081c7b5260120f6a9a3b719 # Parent 15d31c98a1296df6173af4437885be846d04faed Slightly different way to do call-outs. With this style the PDF printed from ODF document at least contain the right texts diff -r 15d31c98a129 -r e9dae6435b3a samples/delegatingwriter/test/org/apidesign/delegatingwriter/CryptoWriter.java --- a/samples/delegatingwriter/test/org/apidesign/delegatingwriter/CryptoWriter.java Sat Jun 14 10:07:30 2008 +0200 +++ b/samples/delegatingwriter/test/org/apidesign/delegatingwriter/CryptoWriter.java Sat Jun 14 10:07:33 2008 +0200 @@ -20,7 +20,7 @@ } /* The above code is here to let us simulate different behaviours of the append * method. In reality, the class would just subclass BufferedWriter, as shown bellow: - BEGIN: writer.CryptoWriter +BEGIN: writer.CryptoWriter public class CryptoWriter extends BufferedWriter { public CryptoWriter(Writer out) { super(out); diff -r 15d31c98a129 -r e9dae6435b3a samples/libs/build.xml --- a/samples/libs/build.xml Sat Jun 14 10:07:30 2008 +0200 +++ b/samples/libs/build.xml Sat Jun 14 10:07:33 2008 +0200 @@ -25,16 +25,6 @@ - - - - - - - - - -