From 4ee98aec9f1835bba6eaab9e982c255e8c99be1e Mon Sep 17 00:00:00 2001 From: Takeshi Abe Date: Wed, 22 Jul 2015 23:48:08 +0900 Subject: tdf#88206 replace cppu::WeakImplHelper* etc. with the variadic variants in desktop. Change-Id: I84d4c4b36fff95b5e1646f4df731d0b83ee1fe3e Reviewed-on: https://gerrit.libreoffice.org/17301 Tested-by: Jenkins Reviewed-by: Noel Grandin --- desktop/source/app/officeipcthread.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'desktop/source/app/officeipcthread.hxx') 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 #include #include -#include +#include #include #include #include @@ -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 > { -- cgit