summaryrefslogtreecommitdiff
path: root/xmloff/source/style/XMLConstantsPropertyHandler.cxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2006-11-21 16:36:25 +0000
committerVladimir Glazounov <vg@openoffice.org>2006-11-21 16:36:25 +0000
commitc1a5b25440bcba881b8221193ecba2dbcc84598f (patch)
treee1b6320a090735982abc37450e4bd24b9649e40e /xmloff/source/style/XMLConstantsPropertyHandler.cxx
parent1f1624ee751841bdffe0ed881f4ab555e0150da1 (diff)
INTEGRATION: CWS pj65 (1.6.12); FILE MERGED
2006/10/31 14:04:04 pjanik 1.6.12.1: #i71027#: prevent warnings on Mac OS X with gcc 4.0.1.
Diffstat (limited to 'xmloff/source/style/XMLConstantsPropertyHandler.cxx')
-rw-r--r--xmloff/source/style/XMLConstantsPropertyHandler.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/xmloff/source/style/XMLConstantsPropertyHandler.cxx b/xmloff/source/style/XMLConstantsPropertyHandler.cxx
index ea3e5d49c8bf..748e362878f2 100644
--- a/xmloff/source/style/XMLConstantsPropertyHandler.cxx
+++ b/xmloff/source/style/XMLConstantsPropertyHandler.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: XMLConstantsPropertyHandler.cxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: obo $ $Date: 2006-10-12 14:46:54 $
+ * last change: $Author: vg $ $Date: 2006-11-21 17:36:25 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -96,7 +96,7 @@ sal_Bool XMLConstantsPropertyHandler::exportXML(
sal_Bool bRet = false;
- sal_Int32 nEnum;
+ sal_Int32 nEnum = 0;
if( rValue.hasValue() && (rValue.getValueTypeClass() == TypeClass_ENUM))
{