summaryrefslogtreecommitdiff
path: root/unoxml/source/dom/entity.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'unoxml/source/dom/entity.hxx')
-rw-r--r--unoxml/source/dom/entity.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/unoxml/source/dom/entity.hxx b/unoxml/source/dom/entity.hxx
index 501b596b9b6b..30f5c5b3dc01 100644
--- a/unoxml/source/dom/entity.hxx
+++ b/unoxml/source/dom/entity.hxx
@@ -28,11 +28,12 @@
#include <com/sun/star/uno/Reference.h>
#include <com/sun/star/xml/dom/XEntity.hpp>
+#include <cppuhelper/implbase.hxx>
#include <node.hxx>
namespace DOM
{
- typedef ::cppu::ImplInheritanceHelper1< CNode, css::xml::dom::XEntity > CEntity_Base;
+ typedef ::cppu::ImplInheritanceHelper< CNode, css::xml::dom::XEntity > CEntity_Base;
class CEntity
: public CEntity_Base