summaryrefslogtreecommitdiff
path: root/linguistic/source/lngopt.hxx
diff options
context:
space:
mode:
authorThomas Lange <tl@openoffice.org>2000-11-22 14:56:01 +0000
committerThomas Lange <tl@openoffice.org>2000-11-22 14:56:01 +0000
commite4e094ec20c1c5d1ea244cc469d7d3cff147c067 (patch)
tree2777d69a7235dfbbfc0ae65866ada9e3ce2dc48c /linguistic/source/lngopt.hxx
parent8749d0b96d9c1fab193d277f7b2e959603836282 (diff)
DefaultLocales for CJK and CTL added
Diffstat (limited to 'linguistic/source/lngopt.hxx')
-rw-r--r--linguistic/source/lngopt.hxx10
1 files changed, 8 insertions, 2 deletions
diff --git a/linguistic/source/lngopt.hxx b/linguistic/source/lngopt.hxx
index 0b2847a172f2..3c808bf88a79 100644
--- a/linguistic/source/lngopt.hxx
+++ b/linguistic/source/lngopt.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: lngopt.hxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-11-17 12:37:38 $
+ * last change: $Author: tl $ $Date: 2000-11-22 15:56:01 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -140,6 +140,8 @@ class LinguOptions
// misc options (non-service specific)
INT16 nDefaultLanguage;
+ INT16 nDefaultLanguage_CJK;
+ INT16 nDefaultLanguage_CTL;
// spelling options (non-service specific)
BOOL bIsSpellSpecial;
@@ -185,6 +187,10 @@ class LinguOptions
//! uses default assignment-operator
+ BOOL LinguOptions::SetLocale_Impl( INT16 &rLanguage,
+ ::com::sun::star::uno::Any &rOld,
+ const ::com::sun::star::uno::Any &rVal);
+
public:
LinguOptions();
LinguOptions(const LinguOptions &rOpt);