summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2006-08-29 09:59:23 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2006-08-29 09:59:23 +0000
commit7341f759ba9b5d58ac61941179a6ca2a60924e22 (patch)
treee69e31d797cf4ada0a8c89b664c131101b80ff8f /xmloff
parent548d1565eb986ce453fce043309bde8e94fa9a0f (diff)
INTEGRATION: CWS warningfixes03_SRC680 (1.10.32); FILE MERGED
2006/08/18 14:16:21 mhu 1.10.32.1: #i68745# Fixed GCC 4.0.x warning(s).
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/source/draw/propimp0.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/xmloff/source/draw/propimp0.cxx b/xmloff/source/draw/propimp0.cxx
index d46f3cc7434a..d908ae7aef5f 100644
--- a/xmloff/source/draw/propimp0.cxx
+++ b/xmloff/source/draw/propimp0.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: propimp0.cxx,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: hr $ $Date: 2006-06-19 18:10:57 $
+ * last change: $Author: ihi $ $Date: 2006-08-29 10:59:23 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -184,7 +184,7 @@ sal_Bool XMLOpacityPropertyHdl::exportXML(
const SvXMLUnitConverter& rUnitConverter ) const
{
sal_Bool bRet = sal_False;
- sal_uInt16 nVal;
+ sal_uInt16 nVal = sal_uInt16();
if( rValue >>= nVal )
{
@@ -242,7 +242,7 @@ sal_Bool XMLTextAnimationStepPropertyHdl::exportXML(
const SvXMLUnitConverter& rUnitConverter ) const
{
sal_Bool bRet = sal_False;
- sal_Int16 nVal;
+ sal_Int16 nVal = sal_Int16();
if( rValue >>= nVal )
{