summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2013-08-30 01:47:45 +0200
committerEike Rathke <erack@redhat.com>2013-08-30 01:48:39 +0200
commit8d9dd7ba8a123b79661416d23fceb4c2f01c2165 (patch)
tree7382287ced81c61a6cda0bde32409c3bf7eb2435 /sc
parentf6f49b8085e0069697c13494e490e37bb1044a41 (diff)
disentangled the LANGUAGE_CHINESE mess
Change-Id: Idda0bcb5c70331e21214a10d85cad0c2d634473f
Diffstat (limited to 'sc')
-rw-r--r--sc/source/filter/excel/xlstyle.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/filter/excel/xlstyle.cxx b/sc/source/filter/excel/xlstyle.cxx
index ca4c4a3b9489..5364c79330ae 100644
--- a/sc/source/filter/excel/xlstyle.cxx
+++ b/sc/source/filter/excel/xlstyle.cxx
@@ -774,8 +774,8 @@ const NfIndexTableOffset PRV_NF_INDEX_REUSE = NF_INDEX_TABLE_ENTRIES;
const LanguageType PRV_LANGUAGE_GERMAN_PRIM = LANGUAGE_GERMAN & LANGUAGE_MASK_PRIMARY;
/** French primary language not defined, LANGUAGE_FRENCH belongs to France. */
const LanguageType PRV_LANGUAGE_FRENCH_PRIM = LANGUAGE_FRENCH & LANGUAGE_MASK_PRIMARY;
-/** Parent language identifier for Asian languages (LANGUAGE_CHINESE is a primary only ID). */
-const LanguageType PRV_LANGUAGE_ASIAN_PRIM = LANGUAGE_CHINESE;
+/** Parent language identifier for Asian languages. */
+const LanguageType PRV_LANGUAGE_ASIAN_PRIM = LANGUAGE_CHINESE & LANGUAGE_MASK_PRIMARY;
// ----------------------------------------------------------------------------