summaryrefslogtreecommitdiff
path: root/unoxml/source/dom/documentfragment.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'unoxml/source/dom/documentfragment.hxx')
-rw-r--r--unoxml/source/dom/documentfragment.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/unoxml/source/dom/documentfragment.hxx b/unoxml/source/dom/documentfragment.hxx
index 809c37df39ee..95778fcada98 100644
--- a/unoxml/source/dom/documentfragment.hxx
+++ b/unoxml/source/dom/documentfragment.hxx
@@ -23,11 +23,12 @@
#include <com/sun/star/uno/Reference.h>
#include <com/sun/star/xml/dom/XDocumentFragment.hpp>
+#include <cppuhelper/implbase.hxx>
#include <node.hxx>
namespace DOM
{
- typedef ::cppu::ImplInheritanceHelper1< CNode, css::xml::dom::XDocumentFragment >
+ typedef ::cppu::ImplInheritanceHelper< CNode, css::xml::dom::XDocumentFragment >
CDocumentFragment_Base;
class CDocumentFragment