summaryrefslogtreecommitdiffstats
path: root/desktop/source/app/officeipcthread.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/source/app/officeipcthread.hxx')
-rw-r--r--desktop/source/app/officeipcthread.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop/source/app/officeipcthread.hxx b/desktop/source/app/officeipcthread.hxx
index e81f57a475de..c329e7a4880e 100644
--- a/desktop/source/app/officeipcthread.hxx
+++ b/desktop/source/app/officeipcthread.hxx
@@ -31,7 +31,7 @@
#include <osl/signal.h>
#include <rtl/ref.hxx>
#include <rtl/ustring.hxx>
-#include <cppuhelper/implbase2.hxx>
+#include <cppuhelper/implbase.hxx>
#include <osl/conditn.hxx>
#include <salhelper/thread.hxx>
#include <boost/optional.hpp>
@@ -127,7 +127,7 @@ class OfficeIPCThread : public salhelper::Thread
};
-class OfficeIPCThreadController : public ::cppu::WeakImplHelper2<
+class OfficeIPCThreadController : public ::cppu::WeakImplHelper<
::com::sun::star::lang::XServiceInfo,
::com::sun::star::frame::XTerminateListener >
{