diff options
Diffstat (limited to 'unoxml/source/dom/notationsmap.hxx')
-rw-r--r-- | unoxml/source/dom/notationsmap.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/unoxml/source/dom/notationsmap.hxx b/unoxml/source/dom/notationsmap.hxx index d740587e496d..6b119a590d60 100644 --- a/unoxml/source/dom/notationsmap.hxx +++ b/unoxml/source/dom/notationsmap.hxx @@ -27,14 +27,14 @@ #include <com/sun/star/xml/dom/XNode.hpp> #include <com/sun/star/xml/dom/XNamedNodeMap.hpp> -#include <cppuhelper/implbase1.hxx> +#include <cppuhelper/implbase.hxx> namespace DOM { class CDocumentType; class CNotationsMap - : public cppu::WeakImplHelper1< css::xml::dom::XNamedNodeMap > + : public cppu::WeakImplHelper< css::xml::dom::XNamedNodeMap > { private: ::rtl::Reference<CDocumentType> const m_pDocType; |