summaryrefslogtreecommitdiff
path: root/unoxml/source/dom/attributesmap.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'unoxml/source/dom/attributesmap.hxx')
-rw-r--r--unoxml/source/dom/attributesmap.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/unoxml/source/dom/attributesmap.hxx b/unoxml/source/dom/attributesmap.hxx
index d49a39f54552..7455b643c550 100644
--- a/unoxml/source/dom/attributesmap.hxx
+++ b/unoxml/source/dom/attributesmap.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 CElement;
class CAttributesMap
- : public cppu::WeakImplHelper1< css::xml::dom::XNamedNodeMap >
+ : public cppu::WeakImplHelper< css::xml::dom::XNamedNodeMap >
{
private:
::rtl::Reference<CElement> const m_pElement;