From 1a743fd8a27d063525e3567619a2971770c61574 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 8 Nov 2016 09:51:17 +0200 Subject: loplugin:expandablemethods in hwpfilter..linguistic Change-Id: I62ae20ab4a47b3b7e2b0d503cedcad3319cc9c85 Reviewed-on: https://gerrit.libreoffice.org/30683 Reviewed-by: Noel Grandin Tested-by: Noel Grandin --- linguistic/source/convdic.hxx | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'linguistic/source/convdic.hxx') diff --git a/linguistic/source/convdic.hxx b/linguistic/source/convdic.hxx index 44815515674e..e5d28b2a9489 100644 --- a/linguistic/source/convdic.hxx +++ b/linguistic/source/convdic.hxx @@ -122,23 +122,11 @@ public: virtual sal_Bool SAL_CALL supportsService( const OUString& ServiceName ) throw (css::uno::RuntimeException, std::exception) override; virtual css::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames( ) throw (css::uno::RuntimeException, std::exception) override; - - static inline OUString - getImplementationName_Static() throw(); - static css::uno::Sequence< OUString > - getSupportedServiceNames_Static() throw(); - bool HasEntry( const OUString &rLeftText, const OUString &rRightText ); void AddEntry( const OUString &rLeftText, const OUString &rRightText ); void RemoveEntry( const OUString &rLeftText, const OUString &rRightText ); }; -inline OUString ConvDic::getImplementationName_Static() throw() -{ - return OUString( "com.sun.star.lingu2.ConvDic" ); -} - - #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit