To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=73070 Issue #|73070 Summary|WaE on Mac OS X: sd Component|porting Version|680m198 Platform|All URL| OS/Version|Mac OS X Status|NEW Status whiteboard| Keywords| Resolution| Issue type|PATCH Priority|P3 Subcomponent|MacOSX Assigned to|cl Reported by|pjanik
------- Additional comments from [EMAIL PROTECTED] Wed Jan 3 01:47:00 -0800 2007 ------- Hi, this patch adds initializations to some variables to prevent warnings. Please review. For boolean variables, I'm using this style: - sal_Bool bOk, bChanged = sal_False, bValue; + sal_Bool bOk, bChanged = sal_False, bValue = sal_False; instead of salBool() because it was used here this way. Can you please review and reassign to me for cws processing? --------------------------------------------------------------------- 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]
