summaryrefslogtreecommitdiff
path: root/xmloff/source/style/XMLFillBitmapSizePropertyHandler.cxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2006-11-21 16:36:36 +0000
committerVladimir Glazounov <vg@openoffice.org>2006-11-21 16:36:36 +0000
commitd34df255a1d68110f553750f666687aadd932f1f (patch)
tree6c7fd58e7c0530fc0f7c2d7e9a7c738ab96a46a9 /xmloff/source/style/XMLFillBitmapSizePropertyHandler.cxx
parentc1a5b25440bcba881b8221193ecba2dbcc84598f (diff)
INTEGRATION: CWS pj65 (1.5.30); FILE MERGED
2006/10/31 14:04:08 pjanik 1.5.30.1: #i71027#: prevent warnings on Mac OS X with gcc 4.0.1.
Diffstat (limited to 'xmloff/source/style/XMLFillBitmapSizePropertyHandler.cxx')
-rw-r--r--xmloff/source/style/XMLFillBitmapSizePropertyHandler.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/xmloff/source/style/XMLFillBitmapSizePropertyHandler.cxx b/xmloff/source/style/XMLFillBitmapSizePropertyHandler.cxx
index 862aa6c08e7c..7b83bf7973fc 100644
--- a/xmloff/source/style/XMLFillBitmapSizePropertyHandler.cxx
+++ b/xmloff/source/style/XMLFillBitmapSizePropertyHandler.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: XMLFillBitmapSizePropertyHandler.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: obo $ $Date: 2006-09-17 10:49:32 $
+ * last change: $Author: vg $ $Date: 2006-11-21 17:36:36 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -99,7 +99,7 @@ sal_Bool XMLFillBitmapSizePropertyHandler::exportXML(
{
OUStringBuffer aOut;
- sal_Int32 nValue;
+ sal_Int32 nValue = 0;
if( rValue >>= nValue )
{
if( nValue < 0 )