INTEGRATION: CWS internatiodel (1.13.48); FILE MERGED

2006/02/10 19:27:22 er 1.13.48.3: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang
2006/01/21 15:21:23 er 1.13.48.2: RESYNC: (1.13-1.14); FILE MERGED
2005/06/24 13:09:00 er 1.13.48.1: #i50205# get rid of class International
This commit is contained in:
Vladimir Glazounov 2006-04-07 12:47:48 +00:00
parent 3c6dfcd27d
commit 34d9081d6f

View file

@ -4,9 +4,9 @@
*
* $RCSfile: dlistimp.cxx,v $
*
* $Revision: 1.14 $
* $Revision: 1.15 $
*
* last change: $Author: rt $ $Date: 2005-09-07 19:50:51 $
* last change: $Author: vg $ $Date: 2006-04-07 13:47:48 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@ -39,15 +39,15 @@
#ifndef _FSYS_HXX
#include <tools/fsys.hxx>
#endif
#ifndef _TOOLS_INTN_HXX
#include <tools/intn.hxx>
#endif
#ifndef _STREAM_HXX
#include <tools/stream.hxx>
#endif
#ifndef _URLOBJ_HXX
#include <tools/urlobj.hxx>
#endif
#ifndef INCLUDED_I18NPOOL_MSLANGID_HXX
#include <i18npool/mslangid.hxx>
#endif
#ifndef INCLUDED_SVTOOLS_PATHOPTIONS_HXX
#include <svtools/pathoptions.hxx>
#endif
@ -390,7 +390,7 @@ void DicList::searchForDictionaries( ActDicArray &rDicList,
// Aufnehmen in die Liste der Dictionaries
// Wenn existent nicht aufnehmen
//
INT16 nSystemLanguage = ::GetSystemLanguage();
INT16 nSystemLanguage = MsLangId::getSystemLanguage();
String aTmp1 = ToLower( aURL, nSystemLanguage );
xub_StrLen nPos = aTmp1.SearchBackward( '/' );
if (STRING_NOTFOUND != nPos)