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:
parent
3c6dfcd27d
commit
34d9081d6f
1 changed files with 6 additions and 6 deletions
|
@ -4,9 +4,9 @@
|
||||||
*
|
*
|
||||||
* $RCSfile: dlistimp.cxx,v $
|
* $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 Contents of this file are made available subject to
|
||||||
* the terms of GNU Lesser General Public License Version 2.1.
|
* the terms of GNU Lesser General Public License Version 2.1.
|
||||||
|
@ -39,15 +39,15 @@
|
||||||
#ifndef _FSYS_HXX
|
#ifndef _FSYS_HXX
|
||||||
#include <tools/fsys.hxx>
|
#include <tools/fsys.hxx>
|
||||||
#endif
|
#endif
|
||||||
#ifndef _TOOLS_INTN_HXX
|
|
||||||
#include <tools/intn.hxx>
|
|
||||||
#endif
|
|
||||||
#ifndef _STREAM_HXX
|
#ifndef _STREAM_HXX
|
||||||
#include <tools/stream.hxx>
|
#include <tools/stream.hxx>
|
||||||
#endif
|
#endif
|
||||||
#ifndef _URLOBJ_HXX
|
#ifndef _URLOBJ_HXX
|
||||||
#include <tools/urlobj.hxx>
|
#include <tools/urlobj.hxx>
|
||||||
#endif
|
#endif
|
||||||
|
#ifndef INCLUDED_I18NPOOL_MSLANGID_HXX
|
||||||
|
#include <i18npool/mslangid.hxx>
|
||||||
|
#endif
|
||||||
#ifndef INCLUDED_SVTOOLS_PATHOPTIONS_HXX
|
#ifndef INCLUDED_SVTOOLS_PATHOPTIONS_HXX
|
||||||
#include <svtools/pathoptions.hxx>
|
#include <svtools/pathoptions.hxx>
|
||||||
#endif
|
#endif
|
||||||
|
@ -390,7 +390,7 @@ void DicList::searchForDictionaries( ActDicArray &rDicList,
|
||||||
// Aufnehmen in die Liste der Dictionaries
|
// Aufnehmen in die Liste der Dictionaries
|
||||||
// Wenn existent nicht aufnehmen
|
// Wenn existent nicht aufnehmen
|
||||||
//
|
//
|
||||||
INT16 nSystemLanguage = ::GetSystemLanguage();
|
INT16 nSystemLanguage = MsLangId::getSystemLanguage();
|
||||||
String aTmp1 = ToLower( aURL, nSystemLanguage );
|
String aTmp1 = ToLower( aURL, nSystemLanguage );
|
||||||
xub_StrLen nPos = aTmp1.SearchBackward( '/' );
|
xub_StrLen nPos = aTmp1.SearchBackward( '/' );
|
||||||
if (STRING_NOTFOUND != nPos)
|
if (STRING_NOTFOUND != nPos)
|
||||||
|
|
Loading…
Reference in a new issue