From 20a8b8ac6b4e3c17d28fb88dcc52b1d67ff6b39a Mon Sep 17 00:00:00 2001 From: Takeshi Abe Date: Fri, 4 Sep 2015 20:40:13 +0900 Subject: stoc: tdf#88206 replace cppu::WeakImplHelper* etc. with the variadic variants. Change-Id: I34fe287036ca9b8e5edcb121ba70d9a93ab05276 Reviewed-on: https://gerrit.libreoffice.org/18338 Tested-by: Jenkins Reviewed-by: Noel Grandin --- stoc/source/corereflection/base.hxx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'stoc/source/corereflection') diff --git a/stoc/source/corereflection/base.hxx b/stoc/source/corereflection/base.hxx index 8259f7a6e62d..c4f5d36f2638 100644 --- a/stoc/source/corereflection/base.hxx +++ b/stoc/source/corereflection/base.hxx @@ -25,6 +25,7 @@ #include #include #include +#include #include #include #include @@ -141,7 +142,7 @@ public: class IdlClassImpl - : public ::cppu::WeakImplHelper1< css::reflection::XIdlClass > + : public ::cppu::WeakImplHelper< css::reflection::XIdlClass > { IdlReflectionServiceImpl * _pReflection; @@ -324,7 +325,7 @@ public: class IdlMemberImpl - : public ::cppu::WeakImplHelper1< css::reflection::XIdlMember > + : public ::cppu::WeakImplHelper< css::reflection::XIdlMember > { IdlReflectionServiceImpl * _pReflection; OUString _aName; -- cgit