summaryrefslogtreecommitdiff
path: root/sw/source/ui/shells/drwtxtex.cxx
diff options
context:
space:
mode:
authorFrank Meies <fme@openoffice.org>2002-11-07 08:45:31 +0000
committerFrank Meies <fme@openoffice.org>2002-11-07 08:45:31 +0000
commitd55478fa849f35957b7b2756d8eef50e8752a6d9 (patch)
tree434dc3909026925c2162b53c4c26d22f22b645fa /sw/source/ui/shells/drwtxtex.cxx
parent18322ad06ef3941379c088436bef6631f9da4f90 (diff)
#104631# Use GetI18NScriptTypeOfLanguage instead of GetScriptTypeOfLanguage
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 7b27d1f5cb81..da024a5d3cd0 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.17 $
+ * $Revision: 1.18 $
*
- * last change: $Author: os $ $Date: 2002-09-16 07:54:11 $
+ * last change: $Author: fme $ $Date: 2002-11-07 09:45:16 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -607,7 +607,7 @@ ASK_ESCAPE:
// disable "Thesaurus" if the language is not supported
const SfxPoolItem &rItem = GetShell().GetDoc()->GetDefault(
GetWhichOfScript( RES_CHRATR_LANGUAGE,
- GetScriptTypeOfLanguage( GetAppLanguage())) );
+ GetI18NScriptTypeOfLanguage( (USHORT)GetAppLanguage())) );
LanguageType nLang = ((const SvxLanguageItem &)
rItem).GetLanguage();
//