summaryrefslogtreecommitdiff
path: root/xmloff/source/style/fonthdl.cxx
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
commit2a87c6c47afce2854ae41a757f9428925706273d (patch)
treee0d8ddabc6c127af81152dd3346f98d8ab458b37 /xmloff/source/style/fonthdl.cxx
parent2a3955342c837141b13cf22ac822d137ca5f4cf3 (diff)
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/source/style/fonthdl.cxx')
-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 4e4e7bf9b7..a1ba301fc5 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;