summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj/confuno.cxx
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
commitf3a1ef667602594acab392a608dcfb5fde79d772 (patch)
treeabdca88a0e81d5e3064a00e009d0e5c381c4d61b /sc/source/ui/unoobj/confuno.cxx
parent01055b0b55bc14b1a21c37340c41c2f71b1a9a9e (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/confuno.cxx')
-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 8414eb63bf04..f214ba68acac 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;