summaryrefslogtreecommitdiff
path: root/unoxml/source/dom/document.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'unoxml/source/dom/document.hxx')
-rw-r--r--unoxml/source/dom/document.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/unoxml/source/dom/document.hxx b/unoxml/source/dom/document.hxx
index 4ba221be3af3..04099ef67fd5 100644
--- a/unoxml/source/dom/document.hxx
+++ b/unoxml/source/dom/document.hxx
@@ -27,7 +27,7 @@
#include <sal/types.h>
-#include <cppuhelper/implbase6.hxx>
+#include <cppuhelper/implbase.hxx>
#include <com/sun/star/uno/Reference.h>
#include <com/sun/star/beans/StringPair.hpp>
@@ -56,7 +56,7 @@ namespace DOM
class CElement;
- typedef ::cppu::ImplInheritanceHelper6<
+ typedef ::cppu::ImplInheritanceHelper<
CNode, css::xml::dom::XDocument, css::xml::dom::events::XDocumentEvent,
css::io::XActiveDataControl, css::io::XActiveDataSource,
css::xml::sax::XSAXSerializable, css::xml::sax::XFastSAXSerializable>