From 7fa29ecc727c04159cee92aebc14fc5b1037a965 Mon Sep 17 00:00:00 2001 From: Takeshi Abe Date: Fri, 17 Jul 2015 11:59:26 +0900 Subject: tdf#88206 replace cppu::WeakImplHelper* etc. with the variadic variants, for dbaccess. Change-Id: I60921b1b1d3b65fb9087552ed118c60dc9f89032 Reviewed-on: https://gerrit.libreoffice.org/17146 Reviewed-by: Noel Grandin Tested-by: Noel Grandin --- dbaccess/source/ui/browser/dbloader.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dbaccess/source/ui/browser') diff --git a/dbaccess/source/ui/browser/dbloader.cxx b/dbaccess/source/ui/browser/dbloader.cxx index 206790bfd33f..a0f36d8522c1 100644 --- a/dbaccess/source/ui/browser/dbloader.cxx +++ b/dbaccess/source/ui/browser/dbloader.cxx @@ -42,7 +42,7 @@ #include #include #include -#include +#include #include #include #include @@ -61,7 +61,7 @@ using namespace ::com::sun::star::lang; using namespace ::com::sun::star::registry; using namespace dbaui; -class DBContentLoader : public ::cppu::WeakImplHelper2< XFrameLoader, XServiceInfo> +class DBContentLoader : public ::cppu::WeakImplHelper< XFrameLoader, XServiceInfo> { private: OUString m_aURL; -- cgit