Tag: cws_src680_warnings01
User: sb      
Date: 06/05/23 16:32:30

Modified:
 /dba/connectivity/source/drivers/evoab/
  LFolderList.cxx

Log:
 RESYNC: (1.8-1.9); FILE MERGED

File Changes:

Directory: /dba/connectivity/source/drivers/evoab/
==================================================

File [changed]: LFolderList.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/evoab/LFolderList.cxx?r1=1.7.30.3&r2=1.7.30.4
Delta lines:  +4 -9
-------------------
--- LFolderList.cxx     25 Jan 2006 20:49:00 -0000      1.7.30.3
+++ LFolderList.cxx     23 May 2006 23:32:27 -0000      1.7.30.4
@@ -69,9 +69,6 @@
 #ifndef _COMPHELPER_SEQUENCE_HXX_
 #include <comphelper/sequence.hxx>
 #endif
-#ifndef _INTN_HXX //autogen
-#include <tools/intn.hxx>
-#endif
 #ifndef _ZFORLIST_HXX //autogen
 #include <svtools/zforlist.hxx>
 #endif
@@ -97,8 +94,8 @@
 #ifndef _UTL_CONFIGMGR_HXX_
 #include <unotools/configmgr.hxx>
 #endif
-#ifndef _ISOLANG_HXX
-#include <tools/isolang.hxx>
+#ifndef INCLUDED_I18NPOOL_MSLANGID_HXX
+#include <i18npool/mslangid.hxx>
 #endif
 #ifndef _DBHELPER_DBCONVERSION_HXX_
 #include "connectivity/dbconversion.hxx"
@@ -361,11 +358,9 @@
 void OEvoabFolderList::construct()
 {
        Any aValue = 
ConfigManager::GetDirectConfigProperty(ConfigManager::LOCALE);
-       LanguageType eLanguage = 
ConvertIsoStringToLanguage(comphelper::getString(aValue),'-');
+       LanguageType eLanguage = 
MsLangId::convertIsoStringToLanguage(comphelper::getString(aValue),'-');
 
-       String sLanguage, sCountry;
-       ConvertLanguageToIsoNames(eLanguage, sLanguage, sCountry);
-       ::com::sun::star::lang::Locale 
aAppLocale(sLanguage,sCountry,rtl::OUString());
+       ::com::sun::star::lang::Locale 
aAppLocale(MsLangId::convertLanguageToLocale(eLanguage));
        Sequence< ::com::sun::star::uno::Any > aArg(1);
        aArg[0] <<= aAppLocale;
 




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to