summaryrefslogtreecommitdiff
path: root/sc/workben
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2015-08-28 09:42:29 +0900
committerMichael Stahl <mstahl@redhat.com>2015-09-03 16:14:41 +0000
commit1873563bb2d9743fe548ceaf2d1429280a27b956 (patch)
treecc1f851977966aeda4978a618b80bba01ca8dce2 /sc/workben
parent88890c2a7522394f355a3f47a4dfb4608ac5a1cd (diff)
sc: tdf#88206 replace cppu::WeakImplHelper* etc.
with the variadic variants. Change-Id: I2f55a6231e903b0ca198cee3a88023ad1db6c50c Reviewed-on: https://gerrit.libreoffice.org/18072 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'sc/workben')
-rw-r--r--sc/workben/addin.hxx4
-rw-r--r--sc/workben/result.hxx4
2 files changed, 4 insertions, 4 deletions
diff --git a/sc/workben/addin.hxx b/sc/workben/addin.hxx
index 6e5033bc5a8d..04eab3b4d213 100644
--- a/sc/workben/addin.hxx
+++ b/sc/workben/addin.hxx
@@ -25,12 +25,12 @@
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <stardiv/starcalc/test/XTestAddIn.hpp>
-#include <cppuhelper/implbase4.hxx>
+#include <cppuhelper/implbase.hxx>
com::sun::star::uno::Reference<com::sun::star::uno::XInterface> ScTestAddIn_CreateInstance(
const com::sun::star::uno::Reference<com::sun::star::lang::XMultiServiceFactory>& );
-class ScTestAddIn : public cppu::WeakImplHelper4<
+class ScTestAddIn : public cppu::WeakImplHelper<
com::sun::star::sheet::XAddIn,
stardiv::starcalc::test::XTestAddIn,
com::sun::star::lang::XServiceName,
diff --git a/sc/workben/result.hxx b/sc/workben/result.hxx
index 559f4a1abd6b..b2a87d9a74fd 100644
--- a/sc/workben/result.hxx
+++ b/sc/workben/result.hxx
@@ -26,12 +26,12 @@
#include <com/sun/star/sheet/XVolatileResult.hpp>
-#include <cppuhelper/implbase1.hxx>
+#include <cppuhelper/implbase.hxx>
typedef ::com::sun::star::uno::Reference< ::com::sun::star::sheet::XResultListener >* XResultListenerPtr;
typedef boost::ptr_vector<XResultListenerPtr> XResultListenerArr_Impl;
-class ScAddInResult : public cppu::WeakImplHelper1<
+class ScAddInResult : public cppu::WeakImplHelper<
com::sun::star::sheet::XVolatileResult>
{
private: