diff options
author | Xisco Fauli <xiscofauli@libreoffice.org> | 2023-03-15 17:32:26 +0100 |
---|---|---|
committer | Xisco Fauli <xiscofauli@libreoffice.org> | 2023-03-16 07:21:08 +0000 |
commit | d2867ac604937abf88c553341fcdd7e7abb7698c (patch) | |
tree | 82fe9c210638b3e026d930557bfac67c60f59d42 /sdext | |
parent | c379f1b978c3ad4578c130675c1e0a82c70823c0 (diff) |
XmlTestTools: factor out common code
Change-Id: Ie212c86c6c0ac20878be88d88ade5eb1c989942d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/148935
Tested-by: Jenkins
Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
Diffstat (limited to 'sdext')
-rw-r--r-- | sdext/qa/unit/pdfimport.cxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sdext/qa/unit/pdfimport.cxx b/sdext/qa/unit/pdfimport.cxx index 0df6baae7e99..c344394ab1c3 100644 --- a/sdext/qa/unit/pdfimport.cxx +++ b/sdext/qa/unit/pdfimport.cxx @@ -452,11 +452,6 @@ namespace class PDFITest : public test::BootstrapFixture, public XmlTestTools { - protected: - virtual void registerNamespaces(xmlXPathContextPtr& pXmlXPathCtx) override - { - XmlTestTools::registerODFNamespaces(pXmlXPathCtx); - }; public: void testXPDFParser() { |