summaryrefslogtreecommitdiff
path: root/xmloff/source/draw/animexp.cxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2006-11-21 16:32:54 +0000
committerVladimir Glazounov <vg@openoffice.org>2006-11-21 16:32:54 +0000
commit50698b1f20f0b7c2dd0fd9216474fcfbf1b7aa8b (patch)
tree324ff9033b992ecba5e719d20f107f50da275d92 /xmloff/source/draw/animexp.cxx
parente4cd58ffedce1df1ee076d2b8032504b7b3c9159 (diff)
INTEGRATION: CWS pj65 (1.19.30); FILE MERGED
2006/10/31 14:02:22 pjanik 1.19.30.1: #i71027#: prevent warnings on Mac OS X with gcc 4.0.1.
Diffstat (limited to 'xmloff/source/draw/animexp.cxx')
-rw-r--r--xmloff/source/draw/animexp.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/xmloff/source/draw/animexp.cxx b/xmloff/source/draw/animexp.cxx
index 98926599d87a..fe1ae45bf64e 100644
--- a/xmloff/source/draw/animexp.cxx
+++ b/xmloff/source/draw/animexp.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: animexp.cxx,v $
*
- * $Revision: 1.19 $
+ * $Revision: 1.20 $
*
- * last change: $Author: obo $ $Date: 2006-09-17 10:26:46 $
+ * last change: $Author: vg $ $Date: 2006-11-21 17:32:54 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -463,7 +463,7 @@ void XMLAnimationsExporter::collect( Reference< XShape > xShape, SvXMLExport& rE
aEffect.meSpeed = AnimationSpeed_MEDIUM;
if( bDimPrev )
{
- sal_Int32 nColor;
+ sal_Int32 nColor = 0;
xProps->getPropertyValue( mpImpl->msDimColor ) >>= nColor;
aEffect.maDimColor.SetColor( nColor );
}