To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=81416
                 Issue #|81416
                 Summary|WaE: initialize var
               Component|Spreadsheet
                 Version|680m228
                Platform|All
                     URL|
              OS/Version|All
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|PATCH
                Priority|P3
            Subcomponent|code
             Assigned to|spreadsheet
             Reported by|pjanik





------- Additional comments from [EMAIL PROTECTED] Sun Sep  9 17:16:33 +0000 
2007 -------
Please apply this patch. Without it, certain gcc versions emit warning. Thanks.

diff -ur ooo_SRC680_m228_src.orig/sc/source/core/tool/interpr1.cxx 
ooo_SRC680_m228_src/sc/
source/core/tool/interpr1.cxx
--- ooo_SRC680_m228_src.orig/sc/source/core/tool/interpr1.cxx
        2007-08-01 21:45:13.000000000 +0200
+++ ooo_SRC680_m228_src/sc/source/core/tool/interpr1.cxx
        2007-09-09 18:29:49.000000000 +0200
@@ -3912,7 +3912,7 @@
                        }
                        if ( rEntry.bQueryByString )
                 rParam.bRegExp = MayBeRegExp( *rEntry.pStr, pDok );
-                       SCCOLROW nDelta;
+                       SCCOLROW nDelta = 0;
             SCROW nR;
             SCCOL nC;
             if (nCol1 == nCol2)

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