diff options
Diffstat (limited to 'linguistic/inc/misc.hxx')
-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 183828350568..b57cd38f2ed9 100644 --- a/linguistic/inc/misc.hxx +++ b/linguistic/inc/misc.hxx @@ -2,9 +2,9 @@ * * $RCSfile: misc.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: tl $ $Date: 2001-07-25 10:07:03 $ + * last change: $Author: vg $ $Date: 2003-06-24 07:49:13 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -125,6 +125,8 @@ namespace com { namespace sun { namespace star { namespace frame { class XDesktop; }}}}; +class LocaleDataWrapper; + /////////////////////////////////////////////////////////////////////////// #define SN_SPELLCHECKER "com.sun.star.linguistic2.SpellChecker" @@ -144,6 +146,8 @@ namespace linguistic ::osl::Mutex & GetLinguMutex(); +LocaleDataWrapper & GetLocaleDataWrapper( INT16 nLang ); + /////////////////////////////////////////////////////////////////////////// rtl_TextEncoding GetTextEncoding( INT16 nLanguage ); |