diff options
author | Thomas Lange <tl@openoffice.org> | 2001-05-08 11:46:16 +0000 |
---|---|---|
committer | Thomas Lange <tl@openoffice.org> | 2001-05-08 11:46:16 +0000 |
commit | 4f4a1cada22b7c795569604de82ba0fea38a2e3a (patch) | |
tree | dd8a284a1873449dc5a360f43b9798440ba61342 /linguistic/source/lngopt.hxx | |
parent | 438bb1a0b6f073ec3c66f40dce7f75c6be7c43bc (diff) |
functionality for old linguistic-api removed
Diffstat (limited to 'linguistic/source/lngopt.hxx')
-rw-r--r-- | linguistic/source/lngopt.hxx | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/linguistic/source/lngopt.hxx b/linguistic/source/lngopt.hxx index bc4b61bb0dfc..285fc8a9a577 100644 --- a/linguistic/source/lngopt.hxx +++ b/linguistic/source/lngopt.hxx @@ -2,9 +2,9 @@ * * $RCSfile: lngopt.hxx,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: tl $ $Date: 2001-02-02 15:39:32 $ + * last change: $Author: tl $ $Date: 2001-05-08 12:45:36 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -150,12 +150,6 @@ public: const ::com::sun::star::uno::Sequence< rtl::OUString > GetActiveDics() const { return pData->aActiveDics; } - - // OtherLingu functions - INT16 GetOtherIndex() const { return pData->nOtherIndex; } - BOOL IsStandardSpell() const { return pData->bIsStdSpell; } - BOOL IsStandardHyph() const { return pData->bIsStdHyph; } - BOOL IsStandardThes() const { return pData->bIsStdThes; } }; |