diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2006-04-07 14:06:39 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2006-04-07 14:06:39 +0000 |
commit | 4c5067092e71cb433be86e479eabdc787a154681 (patch) | |
tree | 23bdeea65900c6b4d9aae91258be4cf81b86254b /sw/inc/extinput.hxx | |
parent | 5235cf12857162f63ce3f3c1a53d1bcf9aee118d (diff) |
INTEGRATION: CWS internatiodel (1.7.186); FILE MERGED
2006/02/10 19:30:52 er 1.7.186.1: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang
Diffstat (limited to 'sw/inc/extinput.hxx')
-rw-r--r-- | sw/inc/extinput.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/inc/extinput.hxx b/sw/inc/extinput.hxx index 5773350e02a4..5c946e9c8a72 100644 --- a/sw/inc/extinput.hxx +++ b/sw/inc/extinput.hxx @@ -4,9 +4,9 @@ * * $RCSfile: extinput.hxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: rt $ $Date: 2005-09-09 01:44:50 $ + * last change: $Author: vg $ $Date: 2006-04-07 15:06:39 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -42,8 +42,8 @@ #ifndef _PAM_HXX #include <pam.hxx> #endif -#ifndef _LANG_HXX -#include <tools/lang.hxx> +#ifndef INCLUDED_I18NPOOL_LANG_H +#include <i18npool/lang.h> #endif class CommandExtTextInputData; class Font; |