diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2015-09-01 07:27:20 +0900 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2015-09-01 07:59:50 +0000 |
commit | e15d4b8ee959ce51ebc78fe059c1c769bbc9e6ff (patch) | |
tree | a26bb3b914ede3c16d5e39eef001a8e3258cfa2d /sdext/inc | |
parent | ed33646cdecac866ab480bf5770726b4a5bfa6c9 (diff) |
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/inc')
-rw-r--r-- | sdext/inc/pch/precompiled_PresenterScreen.hxx | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sdext/inc/pch/precompiled_PresenterScreen.hxx b/sdext/inc/pch/precompiled_PresenterScreen.hxx index 7183265d51be..31d2592e861f 100644 --- a/sdext/inc/pch/precompiled_PresenterScreen.hxx +++ b/sdext/inc/pch/precompiled_PresenterScreen.hxx @@ -129,10 +129,8 @@ #include <com/sun/star/util/XChangesBatch.hpp> #include <com/sun/star/util/XURLTransformer.hpp> #include <com/sun/star/view/XSelectionSupplier.hpp> -#include <cppuhelper/compbase1.hxx> -#include <cppuhelper/compbase2.hxx> -#include <cppuhelper/compbase5.hxx> -#include <cppuhelper/implbase1.hxx> +#include <cppuhelper/compbase.hxx> +#include <cppuhelper/implbase.hxx> #include <iterator> #include <map> #include <math.h> |