summaryrefslogtreecommitdiff
path: root/dbaccess/source/filter/xml/xmlQuery.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/filter/xml/xmlQuery.hxx')
-rw-r--r--dbaccess/source/filter/xml/xmlQuery.hxx11
1 files changed, 5 insertions, 6 deletions
diff --git a/dbaccess/source/filter/xml/xmlQuery.hxx b/dbaccess/source/filter/xml/xmlQuery.hxx
index 995d406a9d39..211764b49b1f 100644
--- a/dbaccess/source/filter/xml/xmlQuery.hxx
+++ b/dbaccess/source/filter/xml/xmlQuery.hxx
@@ -35,16 +35,15 @@ namespace dbaxml
public:
OXMLQuery( ODBFilter& rImport
- , sal_uInt16 nPrfx
- ,const OUString& rLName
- ,const css::uno::Reference< css::xml::sax::XAttributeList > & xAttrList
+ ,const css::uno::Reference< css::xml::sax::XFastAttributeList >& xAttrList
,const css::uno::Reference< css::container::XNameAccess >& _xParentContainer
);
virtual ~OXMLQuery() override;
- virtual SvXMLImportContextRef CreateChildContext( sal_uInt16 nPrefix,
- const OUString& rLocalName,
- const css::uno::Reference< css::xml::sax::XAttributeList > & xAttrList ) override;
+ virtual void SAL_CALL startFastElement( sal_Int32 /*nElement*/,
+ const css::uno::Reference< css::xml::sax::XFastAttributeList >& ) 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;
};
} // namespace dbaxml