To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=104333
User hdu changed the following:
What |Old value |New value
================================================================================
CC|'jbfaure' |'hdu,jbfaure'
--------------------------------------------------------------------------------
------- Additional comments from [email protected] Thu Aug 20 11:04:20 +0000
2009 -------
A missing blank is the root cause. The fix below proves that, as it solves the
issue. It introduces too many
extra blanks though, so it should only be a starting point of the final fix.
vcl/source/gdi/pdfwriter_impl.cxx:
@@ -8656 +8656 @@ void PDFWriterImpl::drawPolyLine( const Polygon& rPoly, const
PDFWriter::ExtLine
- aLine.append( " l" );
+ aLine.append( " l " );
---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]