diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2015-07-12 21:05:40 +0900 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2015-07-13 07:37:04 +0000 |
commit | 5d75fc9dbbff29e531348a36d5cb49a5ca0d611d (patch) | |
tree | 4411462a5e1f425afdc88e78637d890ae7e4a877 /configmgr/inc/pch/precompiled_configmgr.hxx | |
parent | 7f32aec63fbc3b79c8f6c28039744f4eaed851a7 (diff) |
tdf#88206 replace cppu::WeakImplHelper* etc.
with the variadic variants, in configmgr.
Change-Id: I0cf82ab487ed879aa385d6065e908e347c0778e8
Reviewed-on: https://gerrit.libreoffice.org/16964
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'configmgr/inc/pch/precompiled_configmgr.hxx')
-rw-r--r-- | configmgr/inc/pch/precompiled_configmgr.hxx | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/configmgr/inc/pch/precompiled_configmgr.hxx b/configmgr/inc/pch/precompiled_configmgr.hxx index bcc533e86b13..2a43a2a36ecd 100644 --- a/configmgr/inc/pch/precompiled_configmgr.hxx +++ b/configmgr/inc/pch/precompiled_configmgr.hxx @@ -101,12 +101,10 @@ #include <config_folders.h> #include <cppu/unotype.hxx> #include <cppuhelper/basemutex.hxx> -#include <cppuhelper/compbase5.hxx> +#include <cppuhelper/compbase.hxx> #include <cppuhelper/exc_hlp.hxx> #include <cppuhelper/factory.hxx> -#include <cppuhelper/implbase1.hxx> -#include <cppuhelper/implbase2.hxx> -#include <cppuhelper/implbase3.hxx> +#include <cppuhelper/implbase.hxx> #include <cppuhelper/implementationentry.hxx> #include <cppuhelper/interfacecontainer.hxx> #include <cppuhelper/queryinterface.hxx> |