diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2006-04-07 12:48:11 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2006-04-07 12:48:11 +0000 |
commit | bbb39fdeeb0695964f9aa2fdb4fd811bdba0e4d2 (patch) | |
tree | 57ceecfe22094aa04182ac41b1c35b77d1a450f9 /linguistic | |
parent | 34d9081d6f0226c495ad31a4852041486cbe7680 (diff) |
INTEGRATION: CWS internatiodel (1.5.26); FILE MERGED
2006/02/10 19:27:22 er 1.5.26.1: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang
Diffstat (limited to 'linguistic')
-rw-r--r-- | linguistic/source/hhconvdic.cxx | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/linguistic/source/hhconvdic.cxx b/linguistic/source/hhconvdic.cxx index 6abe25f09a78..5820ae3f1d8b 100644 --- a/linguistic/source/hhconvdic.cxx +++ b/linguistic/source/hhconvdic.cxx @@ -4,9 +4,9 @@ * * $RCSfile: hhconvdic.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: rt $ $Date: 2005-09-07 19:51:22 $ + * last change: $Author: vg $ $Date: 2006-04-07 13:48:10 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -37,8 +37,8 @@ #include <external/unicode/uscript.h> #endif -#ifndef _LANG_HXX //autogen wg. LANGUAGE_ENGLISH_US -#include <tools/lang.hxx> +#ifndef INCLUDED_I18NPOOL_LANG_H +#include <i18npool/lang.h> #endif #ifndef _URLOBJ_HXX #include <tools/urlobj.hxx> @@ -55,9 +55,6 @@ #ifndef _STRING_HXX #include <tools/string.hxx> #endif -#ifndef _LANG_HXX -#include <tools/lang.hxx> -#endif #ifndef _SFXDOCFILE_HXX #include <sfx2/docfile.hxx> #endif |