summaryrefslogtreecommitdiffstats
path: root/xmloff
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2004-09-08 14:00:02 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2004-09-08 14:00:02 +0000
commit455c16b589ec3c98e913b8b08bfdc16b2856f721 (patch)
tree7f5d697490a3c5cd1158a8cd13d6cb5f1d91360a /xmloff
parentINTEGRATION: CWS ooo20040704 (1.3.344); FILE MERGED (diff)
downloadcore-455c16b589ec3c98e913b8b08bfdc16b2856f721.tar.gz
core-455c16b589ec3c98e913b8b08bfdc16b2856f721.zip
INTEGRATION: CWS ooo20040704 (1.6.344); FILE MERGED
2004/07/03 14:46:50 waratah 1.6.344.1: #i30874# Correct uninitiliased warnings
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;