summaryrefslogtreecommitdiff
path: root/embedserv/source/inc/docholder.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'embedserv/source/inc/docholder.hxx')
-rw-r--r--embedserv/source/inc/docholder.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/embedserv/source/inc/docholder.hxx b/embedserv/source/inc/docholder.hxx
index 4ab0468a2556..c1fdc245ce0a 100644
--- a/embedserv/source/inc/docholder.hxx
+++ b/embedserv/source/inc/docholder.hxx
@@ -27,7 +27,7 @@
#include <com/sun/star/util/XModifyListener.hpp>
#include <com/sun/star/frame/XFrame2.hpp>
#include <com/sun/star/frame/XDispatchProviderInterceptor.hpp>
-#include <cppuhelper/implbase4.hxx>
+#include <cppuhelper/implbase.hxx>
#include <rtl/ref.hxx>
@@ -43,7 +43,7 @@ namespace winwrap {
class DocumentHolder :
- public ::cppu::WeakImplHelper4<
+ public ::cppu::WeakImplHelper<
::com::sun::star::util::XCloseListener,
::com::sun::star::frame::XTerminateListener,
::com::sun::star::util::XModifyListener,