summaryrefslogtreecommitdiff
path: root/linguistic/source/convdiclist.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'linguistic/source/convdiclist.hxx')
-rw-r--r--linguistic/source/convdiclist.hxx12
1 files changed, 0 insertions, 12 deletions
diff --git a/linguistic/source/convdiclist.hxx b/linguistic/source/convdiclist.hxx
index 52ebbd4285a1..907f53fa242e 100644
--- a/linguistic/source/convdiclist.hxx
+++ b/linguistic/source/convdiclist.hxx
@@ -81,22 +81,10 @@ public:
virtual sal_Bool SAL_CALL supportsService( const OUString& ServiceName ) override;
virtual css::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames( ) override;
-
- static inline OUString
- getImplementationName_Static() throw();
- static css::uno::Sequence< OUString >
- getSupportedServiceNames_Static() throw();
-
// non UNO-specific
void FlushDics();
};
-inline OUString ConvDicList::getImplementationName_Static() throw()
-{
- return "com.sun.star.lingu2.ConvDicList";
-}
-
-
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */