summaryrefslogtreecommitdiff
path: root/unoxml/source/xpath/nodelist.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'unoxml/source/xpath/nodelist.hxx')
-rw-r--r--unoxml/source/xpath/nodelist.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/unoxml/source/xpath/nodelist.hxx b/unoxml/source/xpath/nodelist.hxx
index f1aa9f41da44..2b5da0b45aef 100644
--- a/unoxml/source/xpath/nodelist.hxx
+++ b/unoxml/source/xpath/nodelist.hxx
@@ -23,7 +23,7 @@
#include <sal/types.h>
#include <rtl/ref.hxx>
-#include <cppuhelper/implbase1.hxx>
+#include <cppuhelper/implbase.hxx>
#include <com/sun/star/uno/Reference.h>
#include <com/sun/star/xml/dom/XNode.hpp>
@@ -42,7 +42,7 @@ namespace DOM {
namespace XPath
{
- class CNodeList : public cppu::WeakImplHelper1< css::xml::dom::XNodeList >
+ class CNodeList : public cppu::WeakImplHelper< css::xml::dom::XNodeList >
{
private:
/// #i115995# keep document alive