summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2006-11-21 16:36:15 +0000
committerVladimir Glazounov <vg@openoffice.org>2006-11-21 16:36:15 +0000
commit610a86e9ecb3843be3605713086bb0fcd5846dcb (patch)
tree4203ad9957890d169c6460ba4301dcf2de943422
parentd291b338cbe11b95113c16252fe1e77adca03e09 (diff)
INTEGRATION: CWS pj65 (1.5.30); FILE MERGED
2006/10/31 14:03:59 pjanik 1.5.30.1: #i71027#: prevent warnings on Mac OS X with gcc 4.0.1.
-rw-r--r--xmloff/source/style/XMLBitmapRepeatOffsetPropertyHandler.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/xmloff/source/style/XMLBitmapRepeatOffsetPropertyHandler.cxx b/xmloff/source/style/XMLBitmapRepeatOffsetPropertyHandler.cxx
index f551bd6a21..850ae3e1b3 100644
--- a/xmloff/source/style/XMLBitmapRepeatOffsetPropertyHandler.cxx
+++ b/xmloff/source/style/XMLBitmapRepeatOffsetPropertyHandler.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: XMLBitmapRepeatOffsetPropertyHandler.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: obo $ $Date: 2006-09-17 10:48:36 $
+ * last change: $Author: vg $ $Date: 2006-11-21 17:36:15 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -110,7 +110,7 @@ sal_Bool XMLBitmapRepeatOffsetPropertyHandler::exportXML(
{
OUStringBuffer aOut;
- sal_Int32 nValue;
+ sal_Int32 nValue = 0;
if( rValue >>= nValue )
{
SvXMLUnitConverter::convertPercent( aOut, nValue );