diff options
author | Luboš Luňák <l.lunak@suse.cz> | 2012-07-02 13:58:52 +0200 |
---|---|---|
committer | Luboš Luňák <l.lunak@suse.cz> | 2012-12-10 14:46:45 +0100 |
commit | ac893720de5b0815d57b87ae5f9a08764df08a93 (patch) | |
tree | 794ade123885ba7d4f3889a3b2d7507103ec42d2 /xmloff/source/style/XMLFontStylesContext.cxx | |
parent | 6a71f121bd4b1ab5567fdb07a048715c4fd38097 (diff) |
PCH for xmloff, including LO headers
Change-Id: I50e8eb58ef9b764cfb847b36b4e42f95bc437233
Diffstat (limited to 'xmloff/source/style/XMLFontStylesContext.cxx')
-rw-r--r-- | xmloff/source/style/XMLFontStylesContext.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xmloff/source/style/XMLFontStylesContext.cxx b/xmloff/source/style/XMLFontStylesContext.cxx index c7775b9747c7..5997f1912c62 100644 --- a/xmloff/source/style/XMLFontStylesContext.cxx +++ b/xmloff/source/style/XMLFontStylesContext.cxx @@ -128,8 +128,8 @@ XMLFontStyleContext_Impl::XMLFontStyleContext_Impl( SvXMLImport& rImport, OUString sEmpty; aFamilyName <<= sEmpty; aStyleName <<= sEmpty; - aFamily <<= (sal_Int16)FontFamily::DONTKNOW; - aPitch <<= (sal_Int16)FontPitch::DONTKNOW; + aFamily <<= (sal_Int16)awt::FontFamily::DONTKNOW; + aPitch <<= (sal_Int16)awt::FontPitch::DONTKNOW; aEnc <<= (sal_Int16)rStyles.GetDfltCharset(); } |