summaryrefslogtreecommitdiff
path: root/xmloff/source/chart/SchXMLTableContext.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/chart/SchXMLTableContext.hxx')
-rw-r--r--xmloff/source/chart/SchXMLTableContext.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/xmloff/source/chart/SchXMLTableContext.hxx b/xmloff/source/chart/SchXMLTableContext.hxx
index af5f2b155c4c..1c790a50e1c2 100644
--- a/xmloff/source/chart/SchXMLTableContext.hxx
+++ b/xmloff/source/chart/SchXMLTableContext.hxx
@@ -53,7 +53,7 @@ public:
SchXMLTable& aTable );
virtual ~SchXMLTableContext() override;
- virtual SvXMLImportContext* CreateChildContext(
+ virtual SvXMLImportContextRef CreateChildContext(
sal_uInt16 nPrefix,
const OUString& rLocalName,
const css::uno::Reference< css::xml::sax::XAttributeList >& xAttrList ) override;
@@ -97,7 +97,7 @@ public:
SchXMLTable& aTable );
virtual ~SchXMLTableColumnsContext() override;
- virtual SvXMLImportContext* CreateChildContext(
+ virtual SvXMLImportContextRef CreateChildContext(
sal_uInt16 nPrefix,
const OUString& rLocalName,
const css::uno::Reference< css::xml::sax::XAttributeList >& xAttrList ) override;
@@ -131,7 +131,7 @@ public:
SchXMLTable& aTable );
virtual ~SchXMLTableRowsContext() override;
- virtual SvXMLImportContext* CreateChildContext(
+ virtual SvXMLImportContextRef CreateChildContext(
sal_uInt16 nPrefix,
const OUString& rLocalName,
const css::uno::Reference< css::xml::sax::XAttributeList >& xAttrList ) override;
@@ -150,7 +150,7 @@ public:
SchXMLTable& aTable );
virtual ~SchXMLTableRowContext() override;
- virtual SvXMLImportContext* CreateChildContext(
+ virtual SvXMLImportContextRef CreateChildContext(
sal_uInt16 nPrefix,
const OUString& rLocalName,
const css::uno::Reference< css::xml::sax::XAttributeList >& xAttrList ) override;
@@ -174,7 +174,7 @@ public:
SchXMLTable& aTable );
virtual ~SchXMLTableCellContext() override;
- virtual SvXMLImportContext* CreateChildContext(
+ virtual SvXMLImportContextRef CreateChildContext(
sal_uInt16 nPrefix,
const OUString& rLocalName,
const css::uno::Reference< css::xml::sax::XAttributeList >& xAttrList ) override;