StimVinsh / xdocreport

Automatically exported from code.google.com/p/xdocreport
0 stars 0 forks source link

unecessary newline in empty text:span in ODT->pdf converter #66

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
During conversion of a construction like <text:span></text:span> an extra 
newline is inserted into resulting pdf.
This is incorrect. Open Office just "do nothing" on empty text span.

Empty text span may occur after velocity or freemarker substitution of 
conditionals #if<something>#else<something else>#end.

I've committed a fix to this issue and also modified test file 
ParagraphFormatting.odt to contain an example

Original issue reported on code.google.com by lesz...@safe-mail.net on 11 Jan 2012 at 8:31

GoogleCodeExporter commented 8 years ago
Fix in teh 0.9.4.

Original comment by angelo.z...@gmail.com on 16 Jan 2012 at 8:54