To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=113152 Issue #|113152 Summary|Typo in sw/source/ui/shells/textsh.cxx Component|Word processor Version|DEV300m84 Platform|All URL| OS/Version|All Status|UNCONFIRMED Status whiteboard| Keywords| Resolution| Issue type|DEFECT Priority|P3 Subcomponent|code Assigned to|writerneedsconfirm Reported by|ramong
------- Additional comments from [email protected] Wed Jul 14 21:38:33 +0000 2010 ------- While reading this source file I find the following: if((SID_INSERT_APPLET == nSlot || SID_INSERT_PLUGIN) && (pClassItem || pClassLocationItem || pCommandsItem)) { This looks like a typo. I guess it means: if((SID_INSERT_APPLET == nSlot || SID_INSERT_PLUGIN == nSlot) && (pClassItem || pClassLocationItem || pCommandsItem)) --------------------------------------------------------------------- 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]
