diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2015-08-22 17:06:40 +0900 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2015-08-23 06:06:04 +0000 |
commit | 7f4e0d6aa29da640408cf4cc84b2fc1a0c11f8ba (patch) | |
tree | 7d078f47d4d7b72c627bae7e7192cf7316b5ebeb /oox/inc | |
parent | 9beb2bedc0f65b90cd35f7fa6c9b53ee6729a0c4 (diff) |
oox: tdf#88206 replace cppu::WeakImplHelper* etc.
with the variadic variants.
Change-Id: I8a82df7ea24874d8e246dc983418d872f1943c8e
Reviewed-on: https://gerrit.libreoffice.org/17919
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'oox/inc')
-rw-r--r-- | oox/inc/pch/precompiled_oox.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/oox/inc/pch/precompiled_oox.hxx b/oox/inc/pch/precompiled_oox.hxx index 990b6863bc60..7b81b907f624 100644 --- a/oox/inc/pch/precompiled_oox.hxx +++ b/oox/inc/pch/precompiled_oox.hxx @@ -348,8 +348,7 @@ #include <comphelper/string.hxx> #include <config_folders.h> #include <cppuhelper/exc_hlp.hxx> -#include <cppuhelper/implbase1.hxx> -#include <cppuhelper/implbase2.hxx> +#include <cppuhelper/implbase.hxx> #include <cppuhelper/implementationentry.hxx> #include <cppuhelper/supportsservice.hxx> #include <cstdio> |