diff options
author | Eike Rathke <erack@redhat.com> | 2013-08-30 01:47:45 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2013-08-30 01:48:39 +0200 |
commit | 8d9dd7ba8a123b79661416d23fceb4c2f01c2165 (patch) | |
tree | 7382287ced81c61a6cda0bde32409c3bf7eb2435 /sw | |
parent | f6f49b8085e0069697c13494e490e37bb1044a41 (diff) |
disentangled the LANGUAGE_CHINESE mess
Change-Id: Idda0bcb5c70331e21214a10d85cad0c2d634473f
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/filter/ww8/ww8scan.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/filter/ww8/ww8scan.cxx b/sw/source/filter/ww8/ww8scan.cxx index cde4e9c8432e..55faadebbfd9 100644 --- a/sw/source/filter/ww8/ww8scan.cxx +++ b/sw/source/filter/ww8/ww8scan.cxx @@ -7207,7 +7207,7 @@ sal_uInt16 WW8DopTypography::GetConvertedLang() const break; default: OSL_ENSURE(!this, "Unknown MS Asian Typography language, report"); - nLang = LANGUAGE_CHINESE; + nLang = LANGUAGE_CHINESE_SIMPLIFIED_LEGACY; break; case 0: //And here we have the possibility that it says 2, but its really |