From a890a7696ff5dfc3ec8a012ba59cc04db4a1473d Mon Sep 17 00:00:00 2001 From: Takeshi Abe Date: Fri, 10 Jul 2015 17:50:12 +0900 Subject: tdf#88206 replace cppu::WeakImplHelper* etc. with the variadic variants, for comphelper. This also includes extra changes in other modules required accordingly. Change-Id: Id1537f46f1c90f760a0d8987a6dafa0e1da03b8f Reviewed-on: https://gerrit.libreoffice.org/16929 Reviewed-by: Noel Grandin Tested-by: Noel Grandin --- desktop/source/deployment/manager/dp_informationprovider.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'desktop') diff --git a/desktop/source/deployment/manager/dp_informationprovider.cxx b/desktop/source/deployment/manager/dp_informationprovider.cxx index b550f091482d..bc2787a1782a 100644 --- a/desktop/source/deployment/manager/dp_informationprovider.cxx +++ b/desktop/source/deployment/manager/dp_informationprovider.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include +#include #include #include @@ -59,7 +59,7 @@ namespace xml = com::sun::star::xml ; namespace dp_info { class PackageInformationProvider : - public ::cppu::WeakImplHelper1< deployment::XPackageInformationProvider > + public ::cppu::WeakImplHelper< deployment::XPackageInformationProvider > { public: -- cgit