diff options
Diffstat (limited to 'xmloff/source/text/XMLTextFrameContext.hxx')
-rw-r--r-- | xmloff/source/text/XMLTextFrameContext.hxx | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/xmloff/source/text/XMLTextFrameContext.hxx b/xmloff/source/text/XMLTextFrameContext.hxx index 1f3787e9e9fc..ebefa1e8f4b5 100644 --- a/xmloff/source/text/XMLTextFrameContext.hxx +++ b/xmloff/source/text/XMLTextFrameContext.hxx @@ -34,7 +34,7 @@ class XMLTextFrameContextHyperlink_Impl; class XMLTextFrameContext : public SvXMLImportContext, public MultiImageImportHelper { - css::uno::Reference< css::xml::sax::XAttributeList > m_xAttrList; + rtl::Reference< sax_fastparser::FastAttributeList > m_xAttrList; SvXMLImportContextRef m_xImplContext; SvXMLImportContextRef m_xReplImplContext; @@ -68,16 +68,13 @@ public: XMLTextFrameContext( SvXMLImport& rImport, const css::uno::Reference< - css::xml::sax::XAttributeList > & xAttrList, + css::xml::sax::XFastAttributeList > & xAttrList, css::text::TextContentAnchorType eDfltAnchorType ); virtual void SAL_CALL endFastElement(sal_Int32 nElement) override; virtual css::uno::Reference< css::xml::sax::XFastContextHandler > SAL_CALL createFastChildContext( sal_Int32 nElement, const css::uno::Reference< css::xml::sax::XFastAttributeList >& AttrList ) override; - SvXMLImportContextRef CreateChildContext( sal_uInt16 nPrefix, - const OUString& rLocalName, - const css::uno::Reference< css::xml::sax::XAttributeList > & xAttrList ) override; void SetHyperlink( const OUString& rHRef, const OUString& rName, |