diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2006-04-07 12:47:28 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2006-04-07 12:47:28 +0000 |
commit | 3c6dfcd27d30e7a368253d57424ecb7566022a42 (patch) | |
tree | 2129c9eec19ec43d610408d774f236e7395217e2 /linguistic | |
parent | 9338568d38af86f33bda578b3373452f6d18eb30 (diff) |
INTEGRATION: CWS internatiodel (1.14.26); FILE MERGED
2006/02/10 21:46:38 er 1.14.26.2: RESYNC: (1.14-1.15); FILE MERGED
2006/02/10 19:27:22 er 1.14.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/dicimp.cxx | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/linguistic/source/dicimp.cxx b/linguistic/source/dicimp.cxx index b0fa538b414c..632ff575b7da 100644 --- a/linguistic/source/dicimp.cxx +++ b/linguistic/source/dicimp.cxx @@ -4,9 +4,9 @@ * * $RCSfile: dicimp.cxx,v $ * - * $Revision: 1.15 $ + * $Revision: 1.16 $ * - * last change: $Author: kz $ $Date: 2006-01-31 18:37:25 $ + * last change: $Author: vg $ $Date: 2006-04-07 13:47:28 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -32,8 +32,9 @@ * MA 02111-1307 USA * ************************************************************************/ -#ifndef _LANG_HXX //autogen wg. LANGUAGE_ENGLISH_US -#include <tools/lang.hxx> + +#ifndef INCLUDED_I18NPOOL_LANG_H +#include <i18npool/lang.h> #endif #ifndef _DICIMP_HXX |