diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-06-17 15:13:28 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-06-17 15:13:28 +0000 |
commit | f3772dd494b024512cda7ae828106ae2a84725cd (patch) | |
tree | 7d1538c7708a565645cd5fc87746ad07442a3c1c /linguistic | |
parent | e95386af694fca6cc609a8d0a92aafaba843d237 (diff) |
INTEGRATION: CWS os30 (1.5.56); FILE MERGED
2004/05/19 16:16:13 os 1.5.56.2: RESYNC: (1.5-1.6); FILE MERGED
2004/03/10 13:57:24 tl 1.5.56.1: #i11655# adding entries from user-dictionaries to suggestion list for misspelled words
Diffstat (limited to 'linguistic')
-rw-r--r-- | linguistic/inc/misc.hxx | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/linguistic/inc/misc.hxx b/linguistic/inc/misc.hxx index 75a1130b3e05..de22c6450711 100644 --- a/linguistic/inc/misc.hxx +++ b/linguistic/inc/misc.hxx @@ -2,9 +2,9 @@ * * $RCSfile: misc.hxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: obo $ $Date: 2004-04-27 16:05:00 $ + * last change: $Author: rt $ $Date: 2004-06-17 16:13:28 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -164,6 +164,10 @@ inline ByteString OU2BS(const ::rtl::OUString &rText, rtl_TextEncoding nEnc) /////////////////////////////////////////////////////////////////////////// +sal_Int32 LevDistance( const rtl::OUString &rTxt1, const rtl::OUString &rTxt2 ); + +/////////////////////////////////////////////////////////////////////////// + ::com::sun::star::lang::Locale CreateLocale( LanguageType eLang ); |