summaryrefslogtreecommitdiff
path: root/unoxml/source/dom/comment.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'unoxml/source/dom/comment.hxx')
-rw-r--r--unoxml/source/dom/comment.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/unoxml/source/dom/comment.hxx b/unoxml/source/dom/comment.hxx
index 6280c1886e70..44057c62ed0a 100644
--- a/unoxml/source/dom/comment.hxx
+++ b/unoxml/source/dom/comment.hxx
@@ -23,11 +23,12 @@
#include <com/sun/star/uno/Reference.h>
#include <com/sun/star/xml/dom/XComment.hpp>
+#include <cppuhelper/implbase.hxx>
#include <characterdata.hxx>
namespace DOM
{
- typedef ::cppu::ImplInheritanceHelper1< CCharacterData, css::xml::dom::XComment >
+ typedef ::cppu::ImplInheritanceHelper< CCharacterData, css::xml::dom::XComment >
CComment_Base;
class CComment