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





------- Additional comments from o...@openoffice.org Tue Oct 27 09:30:07 +0000 
2009 -------
->kendy: What's wrong with the line:
bool bIsWMF = (const char *)pBLIPType == (const char
*)OOO_STRING_SVTOOLS_RTF_WMETAFILE ? true : false;

The line in the patch reads:
bool bIsWMF = (const sal_Char *)pBLIPType == (const sal_Char *)sRTF_WMETAFILE ?
true : false;

If I understand the comments correctly the strings should not be compared with
strcmp.


---------------------------------------------------------------------
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

Reply via email to