diff options
Diffstat (limited to 'unoxml/source/dom/node.hxx')
-rw-r--r-- | unoxml/source/dom/node.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/unoxml/source/dom/node.hxx b/unoxml/source/dom/node.hxx index 65bd92ffac63..74c81d4b9a05 100644 --- a/unoxml/source/dom/node.hxx +++ b/unoxml/source/dom/node.hxx @@ -27,7 +27,7 @@ #include <rtl/string.hxx> #include <rtl/ustring.hxx> -#include <cppuhelper/implbase3.hxx> +#include <cppuhelper/implbase.hxx> #include <sax/fastattribs.hxx> @@ -94,7 +94,7 @@ namespace DOM class CDocument; - class CNode : public cppu::WeakImplHelper3< css::xml::dom::XNode, css::lang::XUnoTunnel, css::xml::dom::events::XEventTarget > + class CNode : public cppu::WeakImplHelper< css::xml::dom::XNode, css::lang::XUnoTunnel, css::xml::dom::events::XEventTarget > { friend class CDocument; friend class CElement; |