summaryrefslogtreecommitdiff
path: root/slideshow/inc
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2015-09-04 18:25:57 +0900
committerNoel Grandin <noelgrandin@gmail.com>2015-09-07 07:37:07 +0000
commitca7bab0561aa6afa399f1d2f449402545768859e (patch)
treebfde19ec9d99544ecf51cfb551a0ac5d76634d9a /slideshow/inc
parent9ea32ccd6e45e2d914e09413a4164045aff9f0fd (diff)
slideshow: tdf#88206 replace cppu::WeakImplHelper* etc.
with the variadic variants. Change-Id: I3160235d0e6253626a8facbfed33e3c252505cbf Reviewed-on: https://gerrit.libreoffice.org/18336 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'slideshow/inc')
-rw-r--r--slideshow/inc/pch/precompiled_slideshow.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/slideshow/inc/pch/precompiled_slideshow.hxx b/slideshow/inc/pch/precompiled_slideshow.hxx
index a5ce13dc86ea..e007ffbe001d 100644
--- a/slideshow/inc/pch/precompiled_slideshow.hxx
+++ b/slideshow/inc/pch/precompiled_slideshow.hxx
@@ -174,11 +174,10 @@
#include <cppcanvas/spritecanvas.hxx>
#include <cppcanvas/vclfactory.hxx>
#include <cppuhelper/basemutex.hxx>
-#include <cppuhelper/compbase1.hxx>
-#include <cppuhelper/compbase2.hxx>
+#include <cppuhelper/compbase.hxx>
#include <cppuhelper/exc_hlp.hxx>
#include <cppuhelper/factory.hxx>
-#include <cppuhelper/implbase1.hxx>
+#include <cppuhelper/implbase.hxx>
#include <cppuhelper/implementationentry.hxx>
#include <cppuhelper/interfacecontainer.h>
#include <functional>