summaryrefslogtreecommitdiffstats
path: root/lingucomponent/source/thesaurus/libnth/nthesimp.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'lingucomponent/source/thesaurus/libnth/nthesimp.hxx')
-rw-r--r--lingucomponent/source/thesaurus/libnth/nthesimp.hxx10
1 files changed, 0 insertions, 10 deletions
diff --git a/lingucomponent/source/thesaurus/libnth/nthesimp.hxx b/lingucomponent/source/thesaurus/libnth/nthesimp.hxx
index cef9016b123e..69a67a224002 100644
--- a/lingucomponent/source/thesaurus/libnth/nthesimp.hxx
+++ b/lingucomponent/source/thesaurus/libnth/nthesimp.hxx
@@ -117,22 +117,12 @@ public:
virtual sal_Bool SAL_CALL supportsService( const OUString& rServiceName ) override;
virtual Sequence< OUString > SAL_CALL getSupportedServiceNames() override;
- static inline OUString
- getImplementationName_Static() throw();
- static Sequence< OUString >
- getSupportedServiceNames_Static() throw();
-
private:
static OUString makeLowerCase(const OUString&, CharClass const *);
static OUString makeUpperCase(const OUString&, CharClass const *);
static OUString makeInitCap(const OUString&, CharClass const *);
};
-inline OUString Thesaurus::getImplementationName_Static() throw()
-{
- return "org.openoffice.lingu.new.Thesaurus";
-}
-
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */