To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=96105 Issue #|96105 Summary|svx: ambiguous & and | Component|Drawing Version|DEV300m35 Platform|All URL| OS/Version|Linux Status|NEW Status whiteboard| Keywords| Resolution| Issue type|PATCH Priority|P3 Subcomponent|code Assigned to|ka Reported by|cmc
------- Additional comments from [EMAIL PROTECTED] Tue Nov 11 15:11:14 +0000 2008 ------- & has precedence over | so in svx/source/dialog/paragrph.cxx we have if(!(nHtmlMode & HTMLMODE_FULL_STYLES|HTMLMODE_FIRSTLINE) ) so we're saying if(!((nHtmlMode & HTMLMODE_FULL_STYLES)|HTMLMODE_FIRSTLINE) ) but the spacing given to the & and the | makes me suspect we meant if(!(nHtmlMode & (HTMLMODE_FULL_STYLES|HTMLMODE_FIRSTLINE)) ) is so, then patch attached to do that --------------------------------------------------------------------- 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]
