diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2015-09-09 12:51:01 +0900 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2015-09-09 08:13:28 +0000 |
commit | a9c83ee37561e0dbf5f1ad57a4de7c179785c45b (patch) | |
tree | 7c8ee06208e5ec12611f495d64b70737605c60b6 /unotools/inc | |
parent | c30c6357743a4f0845269aef493a661cd1375eec (diff) |
unotools: tdf#88206 replace cppu::WeakImplHelper*
with the variadic variants.
Change-Id: I43d586da78976c33557e66ced9782ac7adb8dc77
Reviewed-on: https://gerrit.libreoffice.org/18428
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'unotools/inc')
-rw-r--r-- | unotools/inc/pch/precompiled_utl.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/unotools/inc/pch/precompiled_utl.hxx b/unotools/inc/pch/precompiled_utl.hxx index dd498fce5d32..08314b4ff55b 100644 --- a/unotools/inc/pch/precompiled_utl.hxx +++ b/unotools/inc/pch/precompiled_utl.hxx @@ -131,8 +131,7 @@ #include <config_folders.h> #include <cppuhelper/exc_hlp.hxx> #include <cppuhelper/factory.hxx> -#include <cppuhelper/implbase1.hxx> -#include <cppuhelper/implbase2.hxx> +#include <cppuhelper/implbase.hxx> #include <cppuhelper/queryinterface.hxx> #include <cppuhelper/supportsservice.hxx> #include <cppuhelper/typeprovider.hxx> |