To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=72643 Issue #|72643 Summary|sd warning: operation on 'fTextGroupingAuto' may be un |defined Component|porting Version|680m193 Platform|Macintosh URL| OS/Version|Mac OS X Status|NEW Status whiteboard| Keywords| Resolution| Issue type|DEFECT Priority|P3 Subcomponent|MacOSX Assigned to|cl Reported by|pjanik
------- Additional comments from [EMAIL PROTECTED] Sat Dec 16 01:05:22 -0800 2006 ------- Hi, I'd like to add sd to be warning free also on Mac OS X, and I found this code: sd/source/ui/animations/CustomAnimationDialog.cxx:2487 double fTextGroupingAuto = maCBXGroupAuto.IsChecked() ? fTextGroupingAuto = maMFGroupAuto.GetValue() / 10.0 : -1.0; It looks suspicious even on the first look :-) double x = x = ...; Should it read double fTextGroupingAuto = maCBXGroupAuto.IsChecked() ? maMFGroupAuto.GetValue() / 10.0 : -1.0; ? --------------------------------------------------------------------- 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]
