summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2007-03-05 13:45:41 +0000
committerOliver Bolte <obo@openoffice.org>2007-03-05 13:45:41 +0000
commit28c441e94e23e0001b46d32b0432610db2a90e85 (patch)
treee8ca49e7d2487fe3983e015c3de38114e48b86ae /sc/source/ui/unoobj
parent61fbd4ed423afee26c5e14de150e943f82cb56fb (diff)
INTEGRATION: CWS pj75 (1.24.2); FILE MERGED
2007/03/04 16:16:09 pjanik 1.24.2.1: #i75099#: Prevent warnings on Mac OS X/gcc-4.0.1.
Diffstat (limited to 'sc/source/ui/unoobj')
-rw-r--r--sc/source/ui/unoobj/confuno.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/ui/unoobj/confuno.cxx b/sc/source/ui/unoobj/confuno.cxx
index 924eb6d61..f81dc7b2d 100644
--- a/sc/source/ui/unoobj/confuno.cxx
+++ b/sc/source/ui/unoobj/confuno.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: confuno.cxx,v $
*
- * $Revision: 1.24 $
+ * $Revision: 1.25 $
*
- * last change: $Author: vg $ $Date: 2007-02-27 13:42:19 $
+ * last change: $Author: obo $ $Date: 2007-03-05 14:45:41 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -179,7 +179,7 @@ void SAL_CALL ScDocumentConfiguration::setPropertyValue(
aViewOpt.SetOption(VOPT_GRID, ScUnoHelpFunctions::GetBoolFromAny( aValue ) );
else if ( aPropertyName.compareToAscii( SC_UNO_GRIDCOLOR ) == 0 )
{
- sal_Int64 nColor;
+ sal_Int64 nColor = 0;
if (aValue >>= nColor)
{
String aColorName;