diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2015-07-02 15:29:29 +0900 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2015-07-06 07:29:01 +0000 |
commit | c73e3bb925a2c08c9aea0e8e7a7e3502b68c044e (patch) | |
tree | 7bd0de57e986e8d5e9fb936ac42eee6ffed5c557 /basctl/inc/pch | |
parent | 7640e244db0565b1cb3909a7e243a2accd86e5c9 (diff) |
tdf#88206 replace cppu::WeakImplHelper* etc.
with the variadic variants, in basctl.
Change-Id: I52da577a6f6298eb89b0cc8c8ff243ecd341e9b3
Reviewed-on: https://gerrit.libreoffice.org/16718
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'basctl/inc/pch')
-rw-r--r-- | basctl/inc/pch/precompiled_basctl.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/basctl/inc/pch/precompiled_basctl.hxx b/basctl/inc/pch/precompiled_basctl.hxx index f81441cd747e..ec4fc389b80b 100644 --- a/basctl/inc/pch/precompiled_basctl.hxx +++ b/basctl/inc/pch/precompiled_basctl.hxx @@ -103,7 +103,7 @@ #include <comphelper/types.hxx> #include <config_options.h> #include <cppuhelper/basemutex.hxx> -#include <cppuhelper/compbase1.hxx> +#include <cppuhelper/compbase.hxx> #include <cppuhelper/component_context.hxx> #include <cppuhelper/factory.hxx> #include <cppuhelper/supportsservice.hxx> |