To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=107291





------- Additional comments from radekdou...@openoffice.org Tue Dec  8 17:11:20 
+0000 2009 -------
Nice patch indeed. One small nitpick:

+   sal_uInt32 nCount = rStream.Read( pBuf, nCurSize );
+   if( nCount = nCurSize )
+       pWMF->Write( pBuf, nCount );

I guess should be

+   sal_uInt32 nCount = rStream.Read( pBuf, nCurSize );
+   if( nCount == nCurSize )
+       pWMF->Write( pBuf, nCount );


---------------------------------------------------------------------
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...@graphics.openoffice.org
For additional commands, e-mail: issues-h...@graphics.openoffice.org


---------------------------------------------------------------------
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org

Reply via email to