diff options
-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 ); |