summaryrefslogtreecommitdiff
path: root/testtools/source/performance
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2015-09-08 10:31:57 +0900
committerNoel Grandin <noelgrandin@gmail.com>2015-09-09 08:12:15 +0000
commitac142d91b6c141f4f2b8ee4966be8c9b2eb63e82 (patch)
treeae9b4975642fc0b6c9cd4c843d6180a00d9f5c5d /testtools/source/performance
parent083c865f9af70a12dfed52b07785e303eb61b397 (diff)
testtools: tdf#88206 replace cppu::WeakImplHelper*
with the variadic variants. Change-Id: I6c77b9219c772f38005431fed7cd0f4132fab2b9 Reviewed-on: https://gerrit.libreoffice.org/18395 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'testtools/source/performance')
-rw-r--r--testtools/source/performance/ubtest.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/testtools/source/performance/ubtest.cxx b/testtools/source/performance/ubtest.cxx
index 807b5bde78cc..2b1c83401de6 100644
--- a/testtools/source/performance/ubtest.cxx
+++ b/testtools/source/performance/ubtest.cxx
@@ -48,7 +48,7 @@
#include <uno/mapping.hxx>
#include <cppuhelper/factory.hxx>
-#include <cppuhelper/implbase2.hxx>
+#include <cppuhelper/implbase.hxx>
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/lang/XComponent.hpp>
@@ -400,7 +400,7 @@ inline static Sequence< OUString > getSupportedServiceNames()
}
-class TestImpl : public WeakImplHelper2< XServiceInfo, XMain >
+class TestImpl : public WeakImplHelper< XServiceInfo, XMain >
{
Reference< XMultiServiceFactory > _xSMgr;