diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2015-09-01 18:13:22 +0900 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-09-03 08:14:03 +0000 |
commit | d465e8273f1ee54450f0bf59c41bda93c54b3db4 (patch) | |
tree | 88d951bdce2d78df440e959a630f84a6940a2e70 /sfx2/inc | |
parent | 32b6f11132dec25212f6ed6df4c2aa2419ebb065 (diff) |
sfx2: tdf#88206 replace cppu::WeakImplHelper* etc.
with the variadic variants.
Change-Id: Id9b4ad4d1fa700c5ea3dd7417292cf2ddb7ade50
Reviewed-on: https://gerrit.libreoffice.org/18229
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sfx2/inc')
-rw-r--r-- | sfx2/inc/pch/precompiled_sfx.hxx | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/sfx2/inc/pch/precompiled_sfx.hxx b/sfx2/inc/pch/precompiled_sfx.hxx index 6c7b6495f677..b4e6f5d38c73 100644 --- a/sfx2/inc/pch/precompiled_sfx.hxx +++ b/sfx2/inc/pch/precompiled_sfx.hxx @@ -496,14 +496,9 @@ #include <config_folders.h> #include <config_options.h> #include <cppuhelper/basemutex.hxx> -#include <cppuhelper/compbase1.hxx> -#include <cppuhelper/compbase6.hxx> +#include <cppuhelper/compbase.hxx> #include <cppuhelper/exc_hlp.hxx> -#include <cppuhelper/implbase1.hxx> -#include <cppuhelper/implbase2.hxx> -#include <cppuhelper/implbase3.hxx> -#include <cppuhelper/implbase5.hxx> -#include <cppuhelper/implbase6.hxx> +#include <cppuhelper/implbase.hxx> #include <cppuhelper/interfacecontainer.h> #include <cppuhelper/interfacecontainer.hxx> #include <cppuhelper/queryinterface.hxx> |