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 /embeddedobj/qa | |
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 'embeddedobj/qa')
-rw-r--r-- | embeddedobj/qa/cppunit/msole.cxx | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/embeddedobj/qa/cppunit/msole.cxx b/embeddedobj/qa/cppunit/msole.cxx index ef2027d958dc..493b5c6a2ca6 100644 --- a/embeddedobj/qa/cppunit/msole.cxx +++ b/embeddedobj/qa/cppunit/msole.cxx @@ -38,16 +38,9 @@ public: : UnoApiXmlTest("/embeddedobj/qa/cppunit/data/") { } - - void registerNamespaces(xmlXPathContextPtr& pXmlXpathCtx) override; }; } -void Test::registerNamespaces(xmlXPathContextPtr& pXmlXpathCtx) -{ - XmlTestTools::registerODFNamespaces(pXmlXpathCtx); -} - namespace { class OdtExportThread : public osl::Thread |