summaryrefslogtreecommitdiffstats
path: root/sdext/source/presenter/PresenterSlidePreview.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/PresenterSlidePreview.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/PresenterSlidePreview.hxx')
-rw-r--r--sdext/source/presenter/PresenterSlidePreview.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sdext/source/presenter/PresenterSlidePreview.hxx b/sdext/source/presenter/PresenterSlidePreview.hxx
index f3b2c8432083..afe809d64361 100644
--- a/sdext/source/presenter/PresenterSlidePreview.hxx
+++ b/sdext/source/presenter/PresenterSlidePreview.hxx
@@ -35,13 +35,13 @@
#include <com/sun/star/lang/DisposedException.hpp>
#include <com/sun/star/uno/XComponentContext.hpp>
#include <cppuhelper/basemutex.hxx>
-#include <cppuhelper/compbase4.hxx>
+#include <cppuhelper/compbase.hxx>
#include <rtl/ref.hxx>
namespace sdext { namespace presenter {
namespace {
- typedef ::cppu::WeakComponentImplHelper4 <
+ typedef ::cppu::WeakComponentImplHelper <
css::drawing::framework::XView,
css::drawing::XDrawView,
css::awt::XPaintListener,