diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2006-04-07 12:51:55 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2006-04-07 12:51:55 +0000 |
commit | eb9680a7daad83c76cdc5954a3ac84d2d595d71c (patch) | |
tree | 6e70b1be30315f43636a53f296ded19486ed6dbd /linguistic | |
parent | 091b249565a6234159e2b6dfd6a7ffeb26edbb93 (diff) |
INTEGRATION: CWS internatiodel (1.10.26); FILE MERGED
2006/02/10 19:27:24 er 1.10.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/thesdsp.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/linguistic/source/thesdsp.cxx b/linguistic/source/thesdsp.cxx index 5fcf3498ffb4..7b157b7c427f 100644 --- a/linguistic/source/thesdsp.cxx +++ b/linguistic/source/thesdsp.cxx @@ -4,9 +4,9 @@ * * $RCSfile: thesdsp.cxx,v $ * - * $Revision: 1.10 $ + * $Revision: 1.11 $ * - * last change: $Author: rt $ $Date: 2005-09-07 19:56:05 $ + * last change: $Author: vg $ $Date: 2006-04-07 13:51:55 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -33,8 +33,8 @@ * ************************************************************************/ -#ifndef _LANG_HXX //autogen wg. LANGUAGE_ENGLISH_US -#include <tools/lang.hxx> +#ifndef INCLUDED_I18NPOOL_LANG_H +#include <i18npool/lang.h> #endif #ifndef _TOOLS_DEBUG_HXX //autogen wg. DBG_ASSERT #include <tools/debug.hxx> |