From ee7da352b885cfead32abb3fd111acead0c32816 Mon Sep 17 00:00:00 2001 From: Takeshi Abe Date: Tue, 15 Sep 2015 10:08:55 +0900 Subject: Resolves: tdf#88206 replace cppu::WeakImplHelper* etc. with the variadic variants. Change-Id: I7154f9472f02fdf47d27ba715db55bb1ec669a8a Reviewed-on: https://gerrit.libreoffice.org/18580 Tested-by: Jenkins Reviewed-by: Noel Grandin --- pyuno/source/module/pyuno_impl.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pyuno/source') diff --git a/pyuno/source/module/pyuno_impl.hxx b/pyuno/source/module/pyuno_impl.hxx index 727e4884e08d..d634ea89af78 100644 --- a/pyuno/source/module/pyuno_impl.hxx +++ b/pyuno/source/module/pyuno_impl.hxx @@ -61,7 +61,7 @@ #include #include -#include +#include #include #include @@ -346,7 +346,7 @@ public: }; -class Adapter : public cppu::WeakImplHelper2< +class Adapter : public cppu::WeakImplHelper< com::sun::star::script::XInvocation, com::sun::star::lang::XUnoTunnel > { PyRef mWrappedObject; -- cgit