summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorXisco Fauli <xiscofauli@libreoffice.org>2021-06-08 12:54:05 +0200
committerXisco Fauli <xiscofauli@libreoffice.org>2021-06-08 15:36:17 +0200
commit6e1758e5d852820b626d99b2208157ce7caeaca2 (patch)
tree650999cf8176a82631d4484cb8271d92e4847e64 /test
parent086fa727cabf46eacfec1a0fd4f6dfe916aa2f04 (diff)
chart2: use registerOOXMLNamespaces and registerODFNamespaces
Change-Id: I2ee15ec29fbf5fc4fcaea035a9cd99ba49453a4e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/116831 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
Diffstat (limited to 'test')
-rw-r--r--test/source/xmltesttools.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/source/xmltesttools.cxx b/test/source/xmltesttools.cxx
index 10a304fac745..12aed37f18e0 100644
--- a/test/source/xmltesttools.cxx
+++ b/test/source/xmltesttools.cxx
@@ -438,6 +438,8 @@ void XmlTestTools::registerOOXMLNamespaces(xmlXPathContextPtr& pXmlXpathCtx)
BAD_CAST("http://schemas.microsoft.com/office/powerpoint/2010/main"));
xmlXPathRegisterNs(pXmlXpathCtx, BAD_CAST("dgm"),
BAD_CAST("http://schemas.openxmlformats.org/drawingml/2006/diagram"));
+ xmlXPathRegisterNs(pXmlXpathCtx, BAD_CAST("c15"),
+ BAD_CAST("http://schemas.microsoft.com/office/drawing/2012/chart"));
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */