To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=87927
                 Issue #|87927
                 Summary|to-be-DEV300_m6: sd WaE
               Component|Drawing
                 Version|DEV300m5
                Platform|All
                     URL|
              OS/Version|All
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P2
            Subcomponent|code
             Assigned to|kz
             Reported by|pjanik





------- Additional comments from [EMAIL PROTECTED] Sat Apr  5 17:48:32 +0000 
2008 -------
/data/oo/BuildDir/ooo_DEV300_m6_src/sd/source/ui/presenter/PresenterTextView.cxx:255:
 warning: 
'aColor' may be used uninitialized in this function
/data/oo/BuildDir/ooo_DEV300_m6_src/sd/source/ui/presenter/PresenterTextView.cxx:261:
 warning: 
'aColor' may be used uninitialized in this function
/data/oo/BuildDir/ooo_DEV300_m6_src/sd/source/ui/presenter/PresenterTextView.cxx:273:
 warning: 
'nTop' may be used uninitialized in this function


-        util::Color aColor;
+        util::Color aColor = util::Color();

-        sal_Int32 nTop;
+        sal_Int32 nTop = 0;

solved it.

---------------------------------------------------------------------
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]

Reply via email to