diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2006-04-07 14:35:53 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2006-04-07 14:35:53 +0000 |
commit | 8a71f3f5534e33cb47383ef5dbaa0675b0e80ab6 (patch) | |
tree | 2120c0b7a579f368dcd7d5c7c3b4e9db37dc1a77 | |
parent | a49bc628e7875ad0efd9c77389cfd125803f486a (diff) |
INTEGRATION: CWS internatiodel (1.11.88); FILE MERGED
2006/02/10 19:31:35 er 1.11.88.1: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang
-rw-r--r-- | vcl/unx/inc/i18n_ic.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/vcl/unx/inc/i18n_ic.hxx b/vcl/unx/inc/i18n_ic.hxx index 745b01f17703..4745b6a76ae7 100644 --- a/vcl/unx/inc/i18n_ic.hxx +++ b/vcl/unx/inc/i18n_ic.hxx @@ -4,9 +4,9 @@ * * $RCSfile: i18n_ic.hxx,v $ * - * $Revision: 1.11 $ + * $Revision: 1.12 $ * - * last change: $Author: kz $ $Date: 2005-11-01 10:36:12 $ + * last change: $Author: vg $ $Date: 2006-04-07 15:35:53 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -36,8 +36,8 @@ #ifndef _SAL_I18N_INPUTCONTEXT_HXX #define _SAL_I18N_INPUTCONTEXT_HXX -#ifndef _TOOLS_LANG_HXX -#include <tools/lang.hxx> +#ifndef INCLUDED_I18NPOOL_LANG_H +#include <i18npool/lang.h> #endif #ifndef _SAL_I18N_CALLBACK_HXX |