summaryrefslogtreecommitdiff
path: root/linguistic/source/dicimp.hxx
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2015-08-20 18:40:30 +0900
committerNoel Grandin <noelgrandin@gmail.com>2015-08-21 06:28:42 +0000
commit5a2d6bf3a94f127307d6a9464033b2226508ff38 (patch)
treea3233fa3c46bc919647f6affc491e32570c9af7d /linguistic/source/dicimp.hxx
parent4385e2d3c42b54390cb27546f7fa1a19fca8e8c5 (diff)
linguistic: tdf#88206 replace cppu::WeakImplHelper*
with the variadic variants. Change-Id: I7a4df40d680ed9e10daacd01657df9666b8cc524 Reviewed-on: https://gerrit.libreoffice.org/17868 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'linguistic/source/dicimp.hxx')
-rw-r--r--linguistic/source/dicimp.hxx7
1 files changed, 3 insertions, 4 deletions
diff --git a/linguistic/source/dicimp.hxx b/linguistic/source/dicimp.hxx
index 9a02ab32a5cb..c871cee7517d 100644
--- a/linguistic/source/dicimp.hxx
+++ b/linguistic/source/dicimp.hxx
@@ -24,8 +24,7 @@
#include <com/sun/star/frame/XStorable.hpp>
#include <com/sun/star/lang/XServiceInfo.hpp>
-#include <cppuhelper/implbase2.hxx>
-#include <cppuhelper/implbase1.hxx>
+#include <cppuhelper/implbase.hxx>
#include <cppuhelper/interfacecontainer.h>
#include <tools/stream.hxx>
@@ -37,7 +36,7 @@
sal_Int16 ReadDicVersion( SvStreamPtr &rpStream, sal_uInt16 &nLng, bool &bNeg );
class DictionaryNeo :
- public ::cppu::WeakImplHelper2
+ public ::cppu::WeakImplHelper
<
::com::sun::star::linguistic2::XDictionary,
::com::sun::star::frame::XStorable
@@ -179,7 +178,7 @@ public:
class DicEntry :
- public cppu::WeakImplHelper1
+ public cppu::WeakImplHelper
<
::com::sun::star::linguistic2::XDictionaryEntry
>