diff options
author | Oliver Bolte <obo@openoffice.org> | 2007-01-23 07:52:11 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2007-01-23 07:52:11 +0000 |
commit | 5bf6030ff5e63a6bf705a2c619cea266c20c90cb (patch) | |
tree | 31486f5d8a4b6d457cc7317a1f8047b74b408973 /xmloff | |
parent | 76d5440ab01d0d72c59494f81c26e005c5fe103f (diff) |
INTEGRATION: CWS impress115 (1.27.216); FILE MERGED
2007/01/05 10:35:51 cl 1.27.216.1: #i72375# added support for font-face-decls in impress/draw
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/draw/sdxmlimp_impl.hxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/xmloff/source/draw/sdxmlimp_impl.hxx b/xmloff/source/draw/sdxmlimp_impl.hxx index 8ddcf96ea0b9..f0a321e35331 100644 --- a/xmloff/source/draw/sdxmlimp_impl.hxx +++ b/xmloff/source/draw/sdxmlimp_impl.hxx @@ -4,9 +4,9 @@ * * $RCSfile: sdxmlimp_impl.hxx,v $ * - * $Revision: 1.27 $ + * $Revision: 1.28 $ * - * last change: $Author: rt $ $Date: 2005-09-09 13:50:47 $ + * last change: $Author: obo $ $Date: 2007-01-23 08:52:11 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -68,6 +68,7 @@ enum SdXMLDocElemTokenMap { + XML_TOK_DOC_FONTDECLS, XML_TOK_DOC_STYLES, XML_TOK_DOC_AUTOSTYLES, XML_TOK_DOC_MASTERSTYLES, @@ -296,6 +297,8 @@ public: const com::sun::star::uno::Reference< com::sun::star::xml::sax::XAttributeList >& xAttrList); SvXMLImportContext* CreateMasterStylesContext(const rtl::OUString& rLocalName, const com::sun::star::uno::Reference< com::sun::star::xml::sax::XAttributeList >& xAttrList); + SvXMLImportContext *CreateFontDeclsContext(const ::rtl::OUString& rLocalName, + const ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XAttributeList > & xAttrList ); // Styles and AutoStyles contexts const SdXMLMasterStylesContext* GetMasterStylesContext() const { return mpMasterStylesContext; } |