From c3d612b8ebbd36121320a5164dd21898876ac762 Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Tue, 24 Jun 2003 06:49:13 +0000 Subject: INTEGRATION: CWS sw017 (1.4.68); FILE MERGED 2003/06/16 13:27:41 tl 1.4.68.1: #i15267# apostroph / typographic apostroph handling fixed --- linguistic/inc/misc.hxx | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'linguistic/inc') 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 ); -- cgit