summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2007-03-05 13:45:01 +0000
committerOliver Bolte <obo@openoffice.org>2007-03-05 13:45:01 +0000
commitf089b101952eda1048181e1854f95d28efd02e85 (patch)
tree275713dfd9efe914978e43dd9ef3d085d82abaa3 /sc/source/ui/unoobj
parent7167bc908871f28fcdab1b6721bfaf864ce26895 (diff)
INTEGRATION: CWS pj75 (1.13.2); FILE MERGED
2007/03/04 16:15:56 pjanik 1.13.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/afmtuno.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/ui/unoobj/afmtuno.cxx b/sc/source/ui/unoobj/afmtuno.cxx
index c0c633325..b21387b2b 100644
--- a/sc/source/ui/unoobj/afmtuno.cxx
+++ b/sc/source/ui/unoobj/afmtuno.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: afmtuno.cxx,v $
*
- * $Revision: 1.13 $
+ * $Revision: 1.14 $
*
- * last change: $Author: vg $ $Date: 2007-02-27 13:40:32 $
+ * last change: $Author: obo $ $Date: 2007-03-05 14:45:01 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -696,7 +696,7 @@ void SAL_CALL ScAutoFormatObj::setPropertyValue(
DBG_ASSERT(pData,"AutoFormat Daten nicht da");
String aPropString(aPropertyName);
- sal_Bool bBool;
+ sal_Bool bBool = sal_Bool();
if (aPropString.EqualsAscii( SC_UNONAME_INCBACK ) && (aValue >>= bBool))
pData->SetIncludeBackground( bBool );
else if (aPropString.EqualsAscii( SC_UNONAME_INCBORD ) && (aValue >>= bBool))