From ca7bab0561aa6afa399f1d2f449402545768859e Mon Sep 17 00:00:00 2001 From: Takeshi Abe Date: Fri, 4 Sep 2015 18:25:57 +0900 Subject: slideshow: tdf#88206 replace cppu::WeakImplHelper* etc. with the variadic variants. Change-Id: I3160235d0e6253626a8facbfed33e3c252505cbf Reviewed-on: https://gerrit.libreoffice.org/18336 Tested-by: Jenkins Reviewed-by: Noel Grandin --- slideshow/test/testview.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'slideshow/test/testview.cxx') diff --git a/slideshow/test/testview.cxx b/slideshow/test/testview.cxx index 0901f1c866b9..9538e928872c 100644 --- a/slideshow/test/testview.cxx +++ b/slideshow/test/testview.cxx @@ -22,7 +22,7 @@ #include #include -#include +#include #include #include @@ -45,7 +45,7 @@ namespace target = slideshow::internal; using namespace ::com::sun::star; // our test view subject -typedef ::cppu::WeakComponentImplHelper1< presentation::XSlideShowView > ViewBase; +typedef ::cppu::WeakComponentImplHelper< presentation::XSlideShowView > ViewBase; class ImplTestView : public TestView, private cppu::BaseMutex, public ViewBase -- cgit