From 4c5067092e71cb433be86e479eabdc787a154681 Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Fri, 7 Apr 2006 14:06:39 +0000 Subject: 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 --- sw/inc/extinput.hxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'sw/inc') 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 #endif -#ifndef _LANG_HXX -#include +#ifndef INCLUDED_I18NPOOL_LANG_H +#include #endif class CommandExtTextInputData; class Font; -- cgit