summaryrefslogtreecommitdiff
path: root/xmloff/source/style/fonthdl.cxx
diff options
context:
space:
mode:
authorMichael Brauer <mib@openoffice.org>2000-11-13 07:44:24 +0000
committerMichael Brauer <mib@openoffice.org>2000-11-13 07:44:24 +0000
commit355930404758fbdfaeb46a2b6ba322d0fff94ad4 (patch)
tree65778af56b42ed8eeff1cf428dbba41a46622fb1 /xmloff/source/style/fonthdl.cxx
parentca830ca8c511acedd5380de26de4203adbf0f880 (diff)
font declarations and asian/complex font properties
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 76950e08be4b..c39af312f231 100644
--- a/xmloff/source/style/fonthdl.cxx
+++ b/xmloff/source/style/fonthdl.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: fonthdl.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mib $ $Date: 2000-10-24 08:11:33 $
+ * last change: $Author: mib $ $Date: 2000-11-13 08:42:13 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -261,7 +261,7 @@ sal_Bool XMLFontFamilyPropHdl::importXML( const OUString& rStrImpValue, uno::Any
sal_uInt16 eNewFamily;
if( ( bRet = rUnitConverter.convertEnum( eNewFamily, rStrImpValue, aFontFamilyGenericMapping ) ) )
- rValue <<= eNewFamily;
+ rValue <<= (sal_Int16)eNewFamily;
return bRet;
}