diff options
author | Thomas Lange <tl@openoffice.org> | 2001-01-25 09:57:01 +0000 |
---|---|---|
committer | Thomas Lange <tl@openoffice.org> | 2001-01-25 09:57:01 +0000 |
commit | 4bbdb3234a21a4a57d0d7816e25e4bb1b43898ad (patch) | |
tree | 68a6af27f8a03eb0143c6e5e428930c2f8abd4a7 /linguistic/source/hyphdsp.hxx | |
parent | 24d76ebe71553bf88e4cc5bf2e73bb0df87a49a7 (diff) |
LinguServiceManager: initial settings for dispatchers finished
Diffstat (limited to 'linguistic/source/hyphdsp.hxx')
-rw-r--r-- | linguistic/source/hyphdsp.hxx | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/linguistic/source/hyphdsp.hxx b/linguistic/source/hyphdsp.hxx index 737890aaeca1..1d0505e0a251 100644 --- a/linguistic/source/hyphdsp.hxx +++ b/linguistic/source/hyphdsp.hxx @@ -2,9 +2,9 @@ * * $RCSfile: hyphdsp.hxx,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: hr $ $Date: 2000-11-17 12:37:35 $ + * last change: $Author: tl $ $Date: 2001-01-25 10:56:02 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -205,7 +205,9 @@ public: const ::com::sun::star::uno::Sequence< rtl::OUString > &rSvcImplNames ); virtual ::com::sun::star::uno::Sequence< rtl::OUString > - GetServiceList( const ::com::sun::star::lang::Locale &rLocale ); + GetServiceList( const ::com::sun::star::lang::Locale &rLocale ) const; + virtual DspType + GetDspType() const; }; |