From c1c6a8615c420e8b1dd1f94614a36e250dab8f96 Mon Sep 17 00:00:00 2001 From: Takeshi Abe Date: Sun, 30 Aug 2015 21:24:35 +0900 Subject: sd: tdf#88206 replace cppu::WeakImplHelper* etc. with the variadic variants. Change-Id: I01909ee45c31d17356e13b1ff2430440daff9aa7 Reviewed-on: https://gerrit.libreoffice.org/18146 Reviewed-by: Noel Grandin Tested-by: Noel Grandin --- sd/source/ui/presenter/PresenterTextView.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sd/source/ui/presenter/PresenterTextView.hxx') diff --git a/sd/source/ui/presenter/PresenterTextView.hxx b/sd/source/ui/presenter/PresenterTextView.hxx index 2927e3831499..ac30c3c8bd10 100644 --- a/sd/source/ui/presenter/PresenterTextView.hxx +++ b/sd/source/ui/presenter/PresenterTextView.hxx @@ -24,7 +24,7 @@ #include #include #include -#include +#include #include #include @@ -35,7 +35,7 @@ namespace com { namespace sun { namespace star { namespace uno { namespace sd { namespace presenter { namespace { - typedef ::cppu::ImplInheritanceHelper1 < + typedef ::cppu::ImplInheritanceHelper < tools::PropertySet, css::lang::XInitialization > PresenterTextViewInterfaceBase; -- cgit