summaryrefslogtreecommitdiff
path: root/svtools
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2003-04-08 15:37:35 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2003-04-08 15:37:35 +0000
commit9511d01b357d5bfabec575293b1e835f17d5394a (patch)
treee8bea85d00273380e70319d49a2c1b32e32fce43 /svtools
parent8cbdc4006a576fc969cfc136b5db0caf2f48c3f0 (diff)
INTEGRATION: CWS calc06 (1.6.26.1.32); FILE MERGED
2003/03/17 21:41:32 er 1.6.26.1.32.1: #11030# distinguish between GetSystemLanguage and GetSystemUILanguage
Diffstat (limited to 'svtools')
-rw-r--r--svtools/source/control/ctrltool.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svtools/source/control/ctrltool.cxx b/svtools/source/control/ctrltool.cxx
index 9cab1bdd792b..3400b6d86cb7 100644
--- a/svtools/source/control/ctrltool.cxx
+++ b/svtools/source/control/ctrltool.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: ctrltool.cxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: hr $ $Date: 2003-03-27 14:37:49 $
+ * last change: $Author: rt $ $Date: 2003-04-08 16:37:35 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -954,7 +954,7 @@ FontSizeNames::FontSizeNames( LanguageType eLanguage )
if ( eLanguage == LANGUAGE_DONTKNOW )
eLanguage = Application::GetSettings().GetUILanguage();
if ( eLanguage == LANGUAGE_SYSTEM )
- eLanguage = ::GetSystemLanguage();
+ eLanguage = ::GetSystemUILanguage();
switch( eLanguage )
{