summaryrefslogtreecommitdiff
path: root/sc/inc
diff options
context:
space:
mode:
authorNiklas Nebel <nn@openoffice.org>2001-11-12 19:04:36 +0000
committerNiklas Nebel <nn@openoffice.org>2001-11-12 19:04:36 +0000
commit7f958d71e349811d943cfeb22b9f129978be35e4 (patch)
tree5ab13e318dfcbd25a9bc410b4c19022e3614f5c8 /sc/inc
parentbb92c24e6ce6044f873483b0b2c8931aca4d3c0f (diff)
#94568# use office language to get script for weak characters and as EditEngine DefaultLanguage
Diffstat (limited to 'sc/inc')
-rw-r--r--sc/inc/global.hxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/sc/inc/global.hxx b/sc/inc/global.hxx
index 819f6052d7b3..d7297a0aac9a 100644
--- a/sc/inc/global.hxx
+++ b/sc/inc/global.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: global.hxx,v $
*
- * $Revision: 1.16 $
+ * $Revision: 1.17 $
*
- * last change: $Author: nn $ $Date: 2001-11-01 18:56:56 $
+ * last change: $Author: nn $ $Date: 2001-11-12 20:01:05 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -653,6 +653,9 @@ public:
/// a "ReadOnly" formatter for UNO/XML export
static SvNumberFormatter* GetEnglishFormatter();
+
+ static LanguageType GetEditDefaultLanguage(); // for EditEngine::SetDefaultLanguage
+ static BYTE GetDefaultScriptType(); // for all WEAK characters
};
#endif