To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=86604
Issue #|86604
Summary|DEV300_m1: WaE xmloff
Component|porting
Version|DEV300m1
Platform|All
URL|
OS/Version|All
Status|NEW
Status whiteboard|
Keywords|
Resolution|
Issue type|DEFECT
Priority|P1
Subcomponent|code
Assigned to|rt
Reported by|pjanik
------- Additional comments from [EMAIL PROTECTED] Sun Mar 2 07:37:45 +0000
2008 -------
gcc-4.0.2 needs this:
--- ooo_DEV300_m1_src.orig/xmloff/source/draw/sdxmlimp.cxx 2008-03-02
08:35:26.000000000 +0100
+++ ooo_DEV300_m1_src/xmloff/source/draw/sdxmlimp.cxx 2008-03-02
08:35:42.000000000
+0100
@@ -973,7 +973,7 @@
for (sal_Int32 i = 0; i < i_rStats.getLength(); ++i) {
for (const char** pStat = s_stats; *pStat != 0; ++pStat) {
if (i_rStats[i].Name.equalsAscii(*pStat)) {
- sal_Int32 val;
+ sal_Int32 val = 0;
if (i_rStats[i].Value >>= val) {
nCount = val;
} else {
---------------------------------------------------------------------
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]