diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2006-04-07 12:48:29 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2006-04-07 12:48:29 +0000 |
commit | 7534cb57948fc52b8d5117a34b47cb490177c626 (patch) | |
tree | ce74f761dcd5556ff03a56b4d0b441868311ff74 /linguistic | |
parent | bbb39fdeeb0695964f9aa2fdb4fd811bdba0e4d2 (diff) |
INTEGRATION: CWS internatiodel (1.17.26); FILE MERGED
2006/02/10 19:27:22 er 1.17.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/hyphdsp.cxx | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/linguistic/source/hyphdsp.cxx b/linguistic/source/hyphdsp.cxx index 9dadb50c9ed6..c57101bad81c 100644 --- a/linguistic/source/hyphdsp.cxx +++ b/linguistic/source/hyphdsp.cxx @@ -4,9 +4,9 @@ * * $RCSfile: hyphdsp.cxx,v $ * - * $Revision: 1.18 $ + * $Revision: 1.19 $ * - * last change: $Author: rt $ $Date: 2006-03-07 10:17:25 $ + * last change: $Author: vg $ $Date: 2006-04-07 13:48:28 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -47,11 +47,8 @@ #ifndef _RTL_USTRBUF_HXX_ #include <rtl/ustrbuf.hxx> #endif -#ifndef _LANG_HXX //autogen wg. LANGUAGE_ENGLISH_US -#include <tools/lang.hxx> -#endif -#ifndef _ISOLANG_HXX -#include <tools/isolang.hxx> +#ifndef INCLUDED_I18NPOOL_LANG_H +#include <i18npool/lang.h> #endif #ifndef _UNOTOOLS_LOCALEDATAWRAPPER_HXX #include <unotools/localedatawrapper.hxx> |