From 5a2d6bf3a94f127307d6a9464033b2226508ff38 Mon Sep 17 00:00:00 2001 From: Takeshi Abe Date: Thu, 20 Aug 2015 18:40:30 +0900 Subject: linguistic: tdf#88206 replace cppu::WeakImplHelper* with the variadic variants. Change-Id: I7a4df40d680ed9e10daacd01657df9666b8cc524 Reviewed-on: https://gerrit.libreoffice.org/17868 Reviewed-by: Noel Grandin Tested-by: Noel Grandin --- linguistic/source/convdiclist.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'linguistic/source/convdiclist.hxx') diff --git a/linguistic/source/convdiclist.hxx b/linguistic/source/convdiclist.hxx index f9e4cf383b63..8945e85ed5f0 100644 --- a/linguistic/source/convdiclist.hxx +++ b/linguistic/source/convdiclist.hxx @@ -23,7 +23,7 @@ #include #include #include -#include +#include #include #include "linguistic/misc.hxx" @@ -34,7 +34,7 @@ class ConvDicNameContainer; class ConvDicList : - public cppu::WeakImplHelper3 + public cppu::WeakImplHelper < ::com::sun::star::linguistic2::XConversionDictionaryList, ::com::sun::star::lang::XComponent, -- cgit