summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
authorNoel Grandin <noelgrandin@gmail.com>2020-10-22 18:33:10 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-10-23 08:49:19 +0200
commit3a2338ca6202525de958bc958b4e8531c96955a1 (patch)
treeb357fee05dbe716daec489682e01d60f215be15a /xmloff
parent0d79d216886a71436e705c93829ed66a33270a9c (diff)
remove debug code from SvXMLImport
accidentally committed in commit fe2b4e7dc6533535736a8f08496f316427386179 Date: Tue Oct 6 18:27:27 2020 +0200 make SvXMLImport fast-parser only Change-Id: I5fb46399f6e562cc289859ef13998dfafaae6a7d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104693 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/source/core/xmlimp.cxx14
1 files changed, 0 insertions, 14 deletions
diff --git a/xmloff/source/core/xmlimp.cxx b/xmloff/source/core/xmlimp.cxx
index fc79f79992b7..5a6bddd4192a 100644
--- a/xmloff/source/core/xmlimp.cxx
+++ b/xmloff/source/core/xmlimp.cxx
@@ -2162,20 +2162,6 @@ void SvXMLImport::NotifyMacroEventRead()
mbNotifyMacroEventRead = true;
}
-css::uno::Any SvXMLImport::queryInterface(css::uno::Type const & aType)
-{
- assert( aType != cppu::UnoType<css::xml::sax::XDocumentHandler>::get() );
- assert( aType != cppu::UnoType<css::xml::sax::XExtendedDocumentHandler>::get() );
- return cppu::WeakImplHelper<
- css::xml::sax::XFastDocumentHandler,
- css::lang::XServiceInfo,
- css::lang::XInitialization,
- css::document::XImporter,
- css::document::XFilter,
- css::lang::XUnoTunnel,
- css::xml::sax::XFastParser>::queryInterface(aType);
-}
-
SvXMLImportFastNamespaceHandler::SvXMLImportFastNamespaceHandler()
{
}