summaryrefslogtreecommitdiff
path: root/sw/source/ui/shells/drwtxtex.cxx
diff options
context:
space:
mode:
authorjp <jp@openoffice.org>2001-03-27 20:47:58 +0000
committerjp <jp@openoffice.org>2001-03-27 20:47:58 +0000
commit3a5ef84af044b479654047a6479b88f3a40bd0d4 (patch)
tree8f30a4b491775c6ad67a594e0096ba2bf9c13b0d /sw/source/ui/shells/drwtxtex.cxx
parent4a37c2dafcd81e5cdb7a6e2ed1acf6fccc8fc269 (diff)
use GetAppLanguage
Diffstat (limited to 'sw/source/ui/shells/drwtxtex.cxx')
-rw-r--r--sw/source/ui/shells/drwtxtex.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/ui/shells/drwtxtex.cxx b/sw/source/ui/shells/drwtxtex.cxx
index 8fc92c2783..2d74aa8d48 100644
--- a/sw/source/ui/shells/drwtxtex.cxx
+++ b/sw/source/ui/shells/drwtxtex.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: drwtxtex.cxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: jp $ $Date: 2001-03-16 14:44:02 $
+ * last change: $Author: jp $ $Date: 2001-03-27 21:45:13 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -592,7 +592,7 @@ ASK_ESCAPE:
// disable "Thesaurus" if the language is not supported
const SfxPoolItem &rItem = GetShell().GetDoc()->GetDefault(
GetWhichOfScript( RES_CHRATR_LANGUAGE,
- GetScriptTypeOfLanguage( LANGUAGE_SYSTEM )) );
+ GetScriptTypeOfLanguage( GetAppLanguage())) );
LanguageType nLang = ((const SvxLanguageItem &)
rItem).GetLanguage();
//