summaryrefslogtreecommitdiffstats
path: root/xmloff
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/source/style/fonthdl.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/xmloff/source/style/fonthdl.cxx b/xmloff/source/style/fonthdl.cxx
index eee813786007..d6d502cd4d9d 100644
--- a/xmloff/source/style/fonthdl.cxx
+++ b/xmloff/source/style/fonthdl.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: fonthdl.cxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: dvo $ $Date: 2001-06-29 21:07:17 $
+ * last change: $Author: rt $ $Date: 2004-09-08 15:00:02 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -355,7 +355,7 @@ sal_Bool XMLFontPitchPropHdl::exportXML( OUString& rStrExpValue, const uno::Any&
sal_Int16 nPitch;
OUStringBuffer aOut;
- FontPitch ePitch;
+ FontPitch ePitch = PITCH_DONTKNOW;
if( rValue >>= nPitch )
ePitch = (FontPitch)nPitch;