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 h...@openoffice.org 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: issues-unsubscr...@sw.openoffice.org For additional commands, e-mail: issues-h...@sw.openoffice.org --------------------------------------------------------------------- To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org For additional commands, e-mail: allbugs-h...@openoffice.org