diff options
Diffstat (limited to 'include/test/xmltesttools.hxx')
-rw-r--r-- | include/test/xmltesttools.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/test/xmltesttools.hxx b/include/test/xmltesttools.hxx index eba5c84a0644..231a3e448fd6 100644 --- a/include/test/xmltesttools.hxx +++ b/include/test/xmltesttools.hxx @@ -65,7 +65,7 @@ protected: const OString& rAttribute = OString(), const OUString& rExpectedValue = OUString()); void assertXPathAttrs(xmlDocPtr pXmlDoc, const OString& rXPath, - std::vector<std::pair<OString, OUString>> aPairVector); + const std::vector<std::pair<OString, OUString>>& aPairVector); /** * Assert that rXPath exists, and returns exactly nNumberOfNodes nodes. * Useful for checking that we do _not_ export some node (nNumberOfNodes == 0). |