summaryrefslogtreecommitdiff
path: root/basctl/inc
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2015-07-02 15:29:29 +0900
committerNoel Grandin <noelgrandin@gmail.com>2015-07-06 07:29:01 +0000
commitc73e3bb925a2c08c9aea0e8e7a7e3502b68c044e (patch)
tree7bd0de57e986e8d5e9fb936ac42eee6ffed5c557 /basctl/inc
parent7640e244db0565b1cb3909a7e243a2accd86e5c9 (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')
-rw-r--r--basctl/inc/pch/precompiled_basctl.hxx2
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>