summaryrefslogtreecommitdiff
path: root/sw/inc/unotextbodyhf.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/unotextbodyhf.hxx')
-rw-r--r--sw/inc/unotextbodyhf.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/sw/inc/unotextbodyhf.hxx b/sw/inc/unotextbodyhf.hxx
index 9907fd7a510b..71662286ff6d 100644
--- a/sw/inc/unotextbodyhf.hxx
+++ b/sw/inc/unotextbodyhf.hxx
@@ -24,6 +24,7 @@
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/container/XEnumerationAccess.hpp>
+#include <cppuhelper/implbase.hxx>
#include <cppuhelper/implbase2.hxx>
#include <unotext.hxx>
@@ -108,7 +109,7 @@ public:
};
-typedef ::cppu::WeakImplHelper2
+typedef ::cppu::WeakImplHelper
< ::com::sun::star::lang::XServiceInfo
, ::com::sun::star::container::XEnumerationAccess
> SwXHeadFootText_Base;