summaryrefslogtreecommitdiff
path: root/sc/inc/scmod.hxx
diff options
context:
space:
mode:
authorNiklas Nebel <nn@openoffice.org>2000-11-26 12:38:36 +0000
committerNiklas Nebel <nn@openoffice.org>2000-11-26 12:38:36 +0000
commit5cba76b056978c8f082761852ee86011dacd2db5 (patch)
tree9e8bbf50c0f9270c37fb39fa930158353c8a4af4 /sc/inc/scmod.hxx
parent5a33dd597010ede12a7d15e34fca7ff8a556868f (diff)
#80747# GetSpellSettings: 3 languages
Diffstat (limited to 'sc/inc/scmod.hxx')
-rw-r--r--sc/inc/scmod.hxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/sc/inc/scmod.hxx b/sc/inc/scmod.hxx
index b17246bcd25c..b0f01fb33e54 100644
--- a/sc/inc/scmod.hxx
+++ b/sc/inc/scmod.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: scmod.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: nn $ $Date: 2000-11-09 19:51:41 $
+ * last change: $Author: nn $ $Date: 2000-11-26 13:37:39 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -221,7 +221,8 @@ public:
void InsertEntryToLRUList(USHORT nFIndex);
void RecentFunctionsChanged();
- static void GetSpellSettings( USHORT& rDefLang, BOOL& rAutoSpell, BOOL& rHideAuto );
+ static void GetSpellSettings( USHORT& rDefLang, USHORT& rCjkLang, USHORT& rCtlLang,
+ BOOL& rAutoSpell, BOOL& rHideAuto );
static void SetAutoSpellProperty( BOOL bSet );
static void SetHideAutoProperty( BOOL bSet );
static BOOL HasThesaurusLanguage( USHORT nLang );