summaryrefslogtreecommitdiff
path: root/svx/inc/unolingu.hxx
diff options
context:
space:
mode:
authorThomas Lange <tl@openoffice.org>2001-06-13 11:26:09 +0000
committerThomas Lange <tl@openoffice.org>2001-06-13 11:26:09 +0000
commitf9e37c82e80775ec501b07022360b13853fd0b48 (patch)
tree01d895ddab801fb3378e115f4ab7b25d0f11921a /svx/inc/unolingu.hxx
parenta2d8d866c9981fc9cb2b1158f71b8050daace897 (diff)
#85243# SvxGetSelectableLanguages and SvxGetLanguagePos removed
Diffstat (limited to 'svx/inc/unolingu.hxx')
-rw-r--r--svx/inc/unolingu.hxx16
1 files changed, 2 insertions, 14 deletions
diff --git a/svx/inc/unolingu.hxx b/svx/inc/unolingu.hxx
index 6e4bd8bf433a..4705288655e5 100644
--- a/svx/inc/unolingu.hxx
+++ b/svx/inc/unolingu.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: unolingu.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: tl $ $Date: 2001-03-22 08:31:09 $
+ * last change: $Author: tl $ $Date: 2001-06-13 12:22:33 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -268,18 +268,6 @@ LanguageType SvxLocaleToLanguage(
::com::sun::star::lang::Locale& rLocale, LanguageType eLang );
::com::sun::star::lang::Locale SvxCreateLocale( LanguageType eLang );
-// Sequence of non XSpellChecker, XHyphenator or XThesaurus specific
-// languages that are frequently used
-const ::com::sun::star::uno::Sequence<
- ::com::sun::star::util::Language > & SvxGetSelectableLanguages();
-
-// returns position of language in sequence.
-// If not found a negative value will be returned.
-sal_Int32 SvxGetLanguagePos(
- const ::com::sun::star::uno::Sequence<
- ::com::sun::star::util::Language > &rSeq,
- ::com::sun::star::util::Language nLang);
-
String SvxGetDictionaryURL(const String &rDicName,
sal_Bool bIsUserDic = sal_True);