diff options
author | Christian Lippka <cl@openoffice.org> | 2001-01-16 15:36:55 +0000 |
---|---|---|
committer | Christian Lippka <cl@openoffice.org> | 2001-01-16 15:36:55 +0000 |
commit | 6749a3240a86bd277b36b4e28cdc0cbf448f03f8 (patch) | |
tree | b2576b1a5258dc38dd4c231683cf08ca216aee1c /xmloff/source/style/XMLFontStylesContext.cxx | |
parent | ba8bdc916914ddf25d2cbb31f513305565303379 (diff) |
#82803# removed SetFamily
Diffstat (limited to 'xmloff/source/style/XMLFontStylesContext.cxx')
-rw-r--r-- | xmloff/source/style/XMLFontStylesContext.cxx | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/xmloff/source/style/XMLFontStylesContext.cxx b/xmloff/source/style/XMLFontStylesContext.cxx index 16b78ba5e46a..ba4428ecc86a 100644 --- a/xmloff/source/style/XMLFontStylesContext.cxx +++ b/xmloff/source/style/XMLFontStylesContext.cxx @@ -2,9 +2,9 @@ * * $RCSfile: XMLFontStylesContext.cxx,v $ * - * $Revision: 1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: mib $ $Date: 2000-11-14 10:19:45 $ + * last change: $Author: cl $ $Date: 2001-01-16 16:36:55 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -171,10 +171,9 @@ XMLFontStyleContext_Impl::XMLFontStyleContext_Impl( SvXMLImport& rImport, sal_uInt16 nPrfx, const OUString& rLName, const Reference< XAttributeList > & xAttrList, XMLFontStylesContext& rStyles ) : - SvXMLStyleContext( rImport, nPrfx, rLName, xAttrList ), + SvXMLStyleContext( rImport, nPrfx, rLName, xAttrList, XML_STYLE_FAMILY_FONT ), xStyles( &rStyles ) { - SetFamily( XML_STYLE_FAMILY_FONT ); OUString sEmpty; aFamilyName <<= sEmpty; aStyleName <<= sEmpty; |