To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=104370 Issue #|104370 Summary|oox: suspicious || && Component|xml Version|DEV300m54 Platform|All URL| OS/Version|Linux Status|NEW Status whiteboard| Keywords| Resolution| Issue type|PATCH Priority|P3 Subcomponent|code Assigned to|dr Reported by|cmc
------- Additional comments from [email protected] Thu Aug 20 16:29:47 +0000 2009 ------- The logic in oox/source/vml/vmlshape.cxx for an empty shape looks suspicious, i.e currently it binds as... if (Width > 0) || ((Height > 0) && Shape.is()) I suspect it should be if ((Width > 0) || (Height > 0)) && Shape.is()) --------------------------------------------------------------------- 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]
