summaryrefslogtreecommitdiff
path: root/linguistic/source/convdiclist.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-07-14 09:45:14 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-07-14 11:51:32 +0200
commit4cc40d5fbf88588220f7ae80d8122f9218fafeec (patch)
tree94a1dcb17c822847ecd466dfe09c367c2eeb629c /linguistic/source/convdiclist.hxx
parentc70e400b193f752647d31b73f484852bf1c728cb (diff)
linguistic: create instances with uno constructors
See tdf#74608 for motivation. Change-Id: I1ee71beb89d778213fa4bb22fb7d350ed77879c5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/98707 Tested-by: Noel Grandin <noel.grandin@collabora.co.uk> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
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: */