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 /oox | |
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 'oox')
-rw-r--r-- | oox/qa/unit/export.cxx | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/oox/qa/unit/export.cxx b/oox/qa/unit/export.cxx index a98eaa5ce93f..36859548f5f6 100644 --- a/oox/qa/unit/export.cxx +++ b/oox/qa/unit/export.cxx @@ -21,15 +21,8 @@ public: : UnoApiXmlTest("/oox/qa/unit/data/") { } - - void registerNamespaces(xmlXPathContextPtr& pXmlXpathCtx) override; }; -void Test::registerNamespaces(xmlXPathContextPtr& pXmlXpathCtx) -{ - XmlTestTools::registerOOXMLNamespaces(pXmlXpathCtx); -} - CPPUNIT_TEST_FIXTURE(Test, testPolylineConnectorPosition) { // Given a document with a group shape and therein a polyline and a connector. |