summaryrefslogtreecommitdiff
path: root/linguistic/inc
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-06-24 06:49:13 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-06-24 06:49:13 +0000
commitc3d612b8ebbd36121320a5164dd21898876ac762 (patch)
tree0e222ac9de854b5b2b6ad63440d4d3300c364029 /linguistic/inc
parent29781d24c34efe67f74143ec254edb918b3e8df4 (diff)
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
Diffstat (limited to 'linguistic/inc')
-rw-r--r--linguistic/inc/misc.hxx8
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 );