summaryrefslogtreecommitdiff
path: root/lingucomponent/source/thesaurus/libnth/nthesimp.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-07-14 10:16:47 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-07-14 12:04:06 +0200
commit3fbadfa1ad41a3477804c592e06caec708c05218 (patch)
treee070ddf4fb572c16d07a0afcebffd28b8987c2e6 /lingucomponent/source/thesaurus/libnth/nthesimp.hxx
parentc6642e6c2366741eba893f2e91a6bc2761df7c35 (diff)
lingucomponent: create instances with uno constructors
See tdf#74608 for motivation. Change-Id: I11770c8873d14cfd0e438fb580d8d0ea9e99f594 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/98709 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
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: */