diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2006-04-07 13:51:03 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2006-04-07 13:51:03 +0000 |
commit | 4f8084eecec64898130047c41feab61332d8af4d (patch) | |
tree | a71909a2434b55f972ce57dfc1ab8afa22db60a9 /basic/source/inc/runtime.hxx | |
parent | c5e5d849c811d97bedd670a952905e1918b1d1bd (diff) |
INTEGRATION: CWS internatiodel (1.21.24); FILE MERGED
2006/02/10 19:29:59 er 1.21.24.3: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang
2006/01/19 14:59:39 er 1.21.24.2: RESYNC: (1.21-1.27); FILE MERGED
2005/06/24 13:10:23 er 1.21.24.1: #i50205# get rid of class International
Diffstat (limited to 'basic/source/inc/runtime.hxx')
-rw-r--r-- | basic/source/inc/runtime.hxx | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/basic/source/inc/runtime.hxx b/basic/source/inc/runtime.hxx index ba8246b9fb10..94474d02a3ef 100644 --- a/basic/source/inc/runtime.hxx +++ b/basic/source/inc/runtime.hxx @@ -4,9 +4,9 @@ * * $RCSfile: runtime.hxx,v $ * - * $Revision: 1.27 $ + * $Revision: 1.28 $ * - * last change: $Author: rt $ $Date: 2005-12-14 14:35:36 $ + * last change: $Author: vg $ $Date: 2006-04-07 14:51:03 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -52,11 +52,8 @@ #include <osl/file.hxx> #endif #include <rtl/math.hxx> -#ifndef _LANG_HXX -#include <tools/lang.hxx> -#endif -#ifndef _INTN_HXX //autogen -#include <tools/intn.hxx> +#ifndef INCLUDED_I18NPOOL_LANG_H +#include <i18npool/lang.h> #endif #include <vector> @@ -66,6 +63,9 @@ #ifndef _COM_SUN_STAR_CONTAINER_XENUMERATION_HPP_ #include <com/sun/star/container/XEnumeration.hpp> #endif +#ifndef _UNOTOOLS_LOCALEDATAWRAPPER_HXX +#include <unotools/localedatawrapper.hxx> +#endif using namespace rtl; using namespace com::sun::star::uno; |