diff options
author | Rüdiger Timm <rt@openoffice.org> | 2003-04-08 15:11:37 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2003-04-08 15:11:37 +0000 |
commit | 0f434721a2c21c3c7dd10a05a2b177d31e0f1f90 (patch) | |
tree | 0b8e631cb548527a13aae7474ba40ec1561c6bb9 /tools | |
parent | c6ac94276826bb079845aac867daaf51c68aba4c (diff) |
INTEGRATION: CWS calc06 (1.21.2.3.12); FILE MERGED
2003/03/17 21:46:15 er 1.21.2.3.12.1: #11030# distinguish between GetSystemLanguage and GetSystemUILanguage
Diffstat (limited to 'tools')
-rw-r--r-- | tools/source/rc/resmgr.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/source/rc/resmgr.cxx b/tools/source/rc/resmgr.cxx index b1537c27a46b..4785e0fa0cac 100644 --- a/tools/source/rc/resmgr.cxx +++ b/tools/source/rc/resmgr.cxx @@ -2,9 +2,9 @@ * * $RCSfile: resmgr.cxx,v $ * - * $Revision: 1.22 $ + * $Revision: 1.23 $ * - * last change: $Author: hr $ $Date: 2003-03-27 17:04:40 $ + * last change: $Author: rt $ $Date: 2003-04-08 16:11:37 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -1142,7 +1142,7 @@ void* ResMgr::Increment( USHORT nSize ) const char* ResMgr::GetLang( LanguageType& nType, USHORT nPrio ) { if ( nType == LANGUAGE_SYSTEM || nType == LANGUAGE_DONTKNOW ) - nType = ::GetSystemLanguage(); + nType = ::GetSystemUILanguage(); if ( nPrio == 0 ) { @@ -1346,7 +1346,7 @@ ResMgr* ResMgr::SearchCreateResMgr( LanguageType& nType ) { if( nType == LANGUAGE_DONTKNOW ) - nType = GetSystemLanguage(); + nType = GetSystemUILanguage(); ::rtl::OUString aRtlUniAppFileName; osl_getExecutableFile( &aRtlUniAppFileName.pData ); |