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