summaryrefslogtreecommitdiff
path: root/sc/qa/extras/macros-test.cxx
diff options
context:
space:
mode:
authorXisco Fauli <xiscofauli@libreoffice.org>2023-03-15 17:32:26 +0100
committerXisco Fauli <xiscofauli@libreoffice.org>2023-03-16 07:21:08 +0000
commitd2867ac604937abf88c553341fcdd7e7abb7698c (patch)
tree82fe9c210638b3e026d930557bfac67c60f59d42 /sc/qa/extras/macros-test.cxx
parentc379f1b978c3ad4578c130675c1e0a82c70823c0 (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 'sc/qa/extras/macros-test.cxx')
-rw-r--r--sc/qa/extras/macros-test.cxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/sc/qa/extras/macros-test.cxx b/sc/qa/extras/macros-test.cxx
index 24379362bed5..b8dc5824bebd 100644
--- a/sc/qa/extras/macros-test.cxx
+++ b/sc/qa/extras/macros-test.cxx
@@ -35,8 +35,6 @@ using namespace ::com::sun::star::uno;
class ScMacrosTest : public UnoApiXmlTest
{
-protected:
- void registerNamespaces(xmlXPathContextPtr& pXmlXPathCtx) override;
public:
ScMacrosTest();
@@ -111,12 +109,6 @@ public:
CPPUNIT_TEST_SUITE_END();
};
-void ScMacrosTest::registerNamespaces(xmlXPathContextPtr& pXmlXPathCtx)
-{
- XmlTestTools::registerOOXMLNamespaces(pXmlXPathCtx);
- XmlTestTools::registerODFNamespaces(pXmlXPathCtx);
-}
-
// I suppose you could say this test doesn't really belong here, OTOH
// we need a full document to run the test ( it related originally to an
// imported Excel VBA macro ) It's convenient and fast to unit test