summaryrefslogtreecommitdiffstats
path: root/sdext/source/presenter/PresenterTimer.hxx
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2015-09-01 07:27:20 +0900
committerNoel Grandin <noelgrandin@gmail.com>2015-09-01 07:59:50 +0000
commite15d4b8ee959ce51ebc78fe059c1c769bbc9e6ff (patch)
treea26bb3b914ede3c16d5e39eef001a8e3258cfa2d /sdext/source/presenter/PresenterTimer.hxx
parenttdf#91022: Incorrect Dates in Report created with legacy report wizard (diff)
downloadcore-e15d4b8ee959ce51ebc78fe059c1c769bbc9e6ff.tar.gz
core-e15d4b8ee959ce51ebc78fe059c1c769bbc9e6ff.zip
sdext: tdf#88206 replace cppu::WeakImplHelper* etc.
with the variadic variants. Change-Id: I663029b736489b81ed4ccb5f7bd657fbaf091bdf Reviewed-on: https://gerrit.libreoffice.org/18206 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'sdext/source/presenter/PresenterTimer.hxx')
-rw-r--r--sdext/source/presenter/PresenterTimer.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sdext/source/presenter/PresenterTimer.hxx b/sdext/source/presenter/PresenterTimer.hxx
index e7bd6164f615..9b1249b7bc6c 100644
--- a/sdext/source/presenter/PresenterTimer.hxx
+++ b/sdext/source/presenter/PresenterTimer.hxx
@@ -23,7 +23,7 @@
#include <com/sun/star/awt/XCallback.hpp>
#include <com/sun/star/awt/XRequestCallback.hpp>
#include <cppuhelper/basemutex.hxx>
-#include <cppuhelper/compbase1.hxx>
+#include <cppuhelper/compbase.hxx>
#include <osl/mutex.hxx>
#include <osl/time.h>
#include <rtl/ref.hxx>
@@ -65,7 +65,7 @@ public:
static void CancelTask (const sal_Int32 nTaskId);
};
-typedef cppu::WeakComponentImplHelper1<
+typedef cppu::WeakComponentImplHelper<
css::awt::XCallback
> PresenterClockTimerInterfaceBase;