diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2015-09-05 18:09:41 +0900 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2015-09-07 07:36:12 +0000 |
commit | 9ea32ccd6e45e2d914e09413a4164045aff9f0fd (patch) | |
tree | b38f6a1e43a4865daa36b916fe64be94718a4020 /svl/inc | |
parent | 20a8b8ac6b4e3c17d28fb88dcc52b1d67ff6b39a (diff) |
svl: tdf#88206 replace cppu::WeakImplHelper*
with the variadic variants.
Change-Id: I7aad512c4de034ed96b9a48e797e580e605d98a6
Reviewed-on: https://gerrit.libreoffice.org/18351
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'svl/inc')
-rw-r--r-- | svl/inc/pch/precompiled_svl.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svl/inc/pch/precompiled_svl.hxx b/svl/inc/pch/precompiled_svl.hxx index dc1b13df3317..95de5f76dd8d 100644 --- a/svl/inc/pch/precompiled_svl.hxx +++ b/svl/inc/pch/precompiled_svl.hxx @@ -95,7 +95,7 @@ #include <comphelper/sharedmutex.hxx> #include <comphelper/string.hxx> #include <cppuhelper/factory.hxx> -#include <cppuhelper/implbase2.hxx> +#include <cppuhelper/implbase.hxx> #include <cppuhelper/queryinterface.hxx> #include <cppuhelper/supportsservice.hxx> #include <cppuhelper/weakref.hxx> |