summaryrefslogtreecommitdiff
path: root/include/test
diff options
context:
space:
mode:
authorTomaž Vajngerl <tomaz.vajngerl@collabora.com>2014-08-28 12:54:35 +0200
committerTomaž Vajngerl <tomaz.vajngerl@collabora.com>2014-08-28 13:50:47 +0200
commit2fa3aed1cb779b15773d98af23a3f705dc949f05 (patch)
tree73f86431536ac077b02b6dcb7b44a7b424793cf6 /include/test
parentc75bddd73b125453b1d3f355195ad964bf27af28 (diff)
parseXml should return xmlDocPtr instead of htmlDocPtr
Change-Id: Ia9fb79ea40ca840d7328a078e747ad64a63d18f1
Diffstat (limited to 'include/test')
-rw-r--r--include/test/xmltesttools.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/test/xmltesttools.hxx b/include/test/xmltesttools.hxx
index 058bbc251743..6709c1ca3ce2 100644
--- a/include/test/xmltesttools.hxx
+++ b/include/test/xmltesttools.hxx
@@ -35,7 +35,7 @@ protected:
XmlTestTools();
virtual ~XmlTestTools();
- htmlDocPtr parseXml(utl::TempFile& aTempFile);
+ xmlDocPtr parseXml(utl::TempFile& aTempFile);
virtual void registerNamespaces(xmlXPathContextPtr& pXmlXpathCtx);