diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2006-04-07 13:26:03 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2006-04-07 13:26:03 +0000 |
commit | d18a364203729e2a128b5e305827e23bba504565 (patch) | |
tree | b2e53c912e8d46213b880368d796bb7a50b288bc | |
parent | 79cd1b9c36f83ad0410da23c3b4d12caf12c29f8 (diff) |
INTEGRATION: CWS internatiodel (1.15.64); FILE MERGED
2006/02/10 19:29:15 er 1.15.64.3: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang
2006/01/19 14:09:50 er 1.15.64.2: RESYNC: (1.15-1.16); FILE MERGED
2005/06/24 13:10:05 er 1.15.64.1: #i50205# get rid of class International
-rw-r--r-- | padmin/source/helper.cxx | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/padmin/source/helper.cxx b/padmin/source/helper.cxx index fe5cff312fdb..1665ae352c10 100644 --- a/padmin/source/helper.cxx +++ b/padmin/source/helper.cxx @@ -4,9 +4,9 @@ * * $RCSfile: helper.cxx,v $ * - * $Revision: 1.17 $ + * $Revision: 1.18 $ * - * last change: $Author: vg $ $Date: 2006-03-31 09:34:39 $ + * last change: $Author: vg $ $Date: 2006-04-07 14:26:03 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -45,9 +45,6 @@ #ifndef _OSL_FILE_HXX_ #include <osl/file.hxx> #endif -#ifndef _INTN_HXX -#include <tools/intn.hxx> -#endif #ifndef _URLOBJ_HXX #include <tools/urlobj.hxx> #endif @@ -84,8 +81,8 @@ #ifndef _VCL_UNOHELP_HXX #include <vcl/unohelp.hxx> #endif -#ifndef _ISOLANG_HXX -#include <tools/isolang.hxx> +#ifndef INCLUDED_I18NPOOL_MSLANGID_HXX +#include <i18npool/mslangid.hxx> #endif #ifndef _RTL_USTRBUF_HXX_ #include <rtl/ustrbuf.hxx> @@ -123,7 +120,7 @@ ResId padmin::PaResId( sal_uInt32 nId ) Any aValue = aNode.getNodeValue( OUString::createFromAscii( "ooLocale" ) ); if( aValue >>= aLoc ) { -// LanguageType nTmpLang = ConvertIsoStringToLanguage( aLoc ); +// LanguageType nTmpLang = MsLangId::convertIsoStringToLanguage( aLoc ); // if( nTmpLang != LANGUAGE_DONTKNOW ) // nLang = nTmpLang; sal_Int32 nIndex = 0; |