summaryrefslogtreecommitdiff
path: root/xmloff/source/script/xmlbasici.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/script/xmlbasici.hxx')
-rw-r--r--xmloff/source/script/xmlbasici.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmloff/source/script/xmlbasici.hxx b/xmloff/source/script/xmlbasici.hxx
index e74e8d737b59..ac85c18fc372 100644
--- a/xmloff/source/script/xmlbasici.hxx
+++ b/xmloff/source/script/xmlbasici.hxx
@@ -38,7 +38,7 @@ public:
virtual ~XMLBasicImportContext() override;
- virtual SvXMLImportContext* CreateChildContext( sal_uInt16 nPrefix, const OUString& rLocalName,
+ virtual SvXMLImportContextRef CreateChildContext( sal_uInt16 nPrefix, const OUString& rLocalName,
const css::uno::Reference< css::xml::sax::XAttributeList >& rxAttrList ) override;
virtual void StartElement( const css::uno::Reference< css::xml::sax::XAttributeList >& rxAttrList ) override;
@@ -61,7 +61,7 @@ public:
virtual ~XMLBasicImportChildContext() override;
- virtual SvXMLImportContext* CreateChildContext( sal_uInt16 nPrefix, const OUString& rLocalName,
+ virtual SvXMLImportContextRef CreateChildContext( sal_uInt16 nPrefix, const OUString& rLocalName,
const css::uno::Reference< css::xml::sax::XAttributeList >& xAttrList ) override;
virtual void StartElement( const css::uno::Reference< css::xml::sax::XAttributeList >& xAttrList ) override;