summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2006-11-21 16:37:00 +0000
committerVladimir Glazounov <vg@openoffice.org>2006-11-21 16:37:00 +0000
commit535e95f44847a717b9875137f4dd2e1b2bf407b5 (patch)
treecd599e292b36b204ef608b8fd51bcdbf84461356 /xmloff
parent7c879ed948d5d877ff8a08f8f30d68cb674c4cfb (diff)
INTEGRATION: CWS pj65 (1.8.12); FILE MERGED
2006/10/31 14:03:19 pjanik 1.8.12.1: #i71027#: prevent warnings on Mac OS X with gcc 4.0.1.
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/source/style/backhdl.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/xmloff/source/style/backhdl.cxx b/xmloff/source/style/backhdl.cxx
index 5260b77933e4..24907a78c4d6 100644
--- a/xmloff/source/style/backhdl.cxx
+++ b/xmloff/source/style/backhdl.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: backhdl.cxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: obo $ $Date: 2006-10-12 14:47:24 $
+ * last change: $Author: vg $ $Date: 2006-11-21 17:37:00 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -185,7 +185,7 @@ sal_Bool XMLBackGraphicPositionPropHdl::exportXML( OUString& rStrExpValue, const
style::GraphicLocation eLocation;
if( !( rValue >>= eLocation ) )
{
- sal_Int32 nValue;
+ sal_Int32 nValue = 0;
if( rValue >>= nValue )
eLocation = (style::GraphicLocation)nValue;
else