summaryrefslogtreecommitdiffstats
path: root/lingucomponent/source/spellcheck/macosxspell/macspellimp.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'lingucomponent/source/spellcheck/macosxspell/macspellimp.hxx')
-rw-r--r--lingucomponent/source/spellcheck/macosxspell/macspellimp.hxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/lingucomponent/source/spellcheck/macosxspell/macspellimp.hxx b/lingucomponent/source/spellcheck/macosxspell/macspellimp.hxx
index 0adc1a1cbf2f..dc9ad055d3bc 100644
--- a/lingucomponent/source/spellcheck/macosxspell/macspellimp.hxx
+++ b/lingucomponent/source/spellcheck/macosxspell/macspellimp.hxx
@@ -116,16 +116,8 @@ public:
virtual OUString SAL_CALL getImplementationName() override;
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();
};
-inline OUString MacSpellChecker::getImplementationName_Static() throw()
-{
- return "org.openoffice.lingu.MacOSXSpellChecker";
-}
-
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */