From b2c97d0b664eb7559b4209e0227c40212991fa8e Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Fri, 7 Apr 2006 12:46:07 +0000 Subject: INTEGRATION: CWS internatiodel (1.2.20); FILE MERGED 2006/02/10 19:27:21 er 1.2.20.2: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang 2005/06/24 13:08:58 er 1.2.20.1: #i50205# get rid of class International --- linguistic/inc/supplang.hxx | 45 ++++++++++++++++++++++++++++++++++----------- 1 file changed, 34 insertions(+), 11 deletions(-) (limited to 'linguistic/inc') diff --git a/linguistic/inc/supplang.hxx b/linguistic/inc/supplang.hxx index 1d59a5699d5d..dce94858f345 100644 --- a/linguistic/inc/supplang.hxx +++ b/linguistic/inc/supplang.hxx @@ -1,10 +1,37 @@ -/*=========================================================================== - $Header: /zpool/svn/migration/cvs_rep_09_09_08/code/linguistic/inc/supplang.hxx,v 1.2 2004-11-27 13:20:05 kz Exp $ - - status: - - (c) 1998-1999, Star Office Entwicklungs GmbH, Hamburg -===========================================================================*/ +/************************************************************************* + * + * OpenOffice.org - a multi-platform office productivity suite + * + * $RCSfile: supplang.hxx,v $ + * + * $Revision: 1.3 $ + * + * last change: $Author: vg $ $Date: 2006-04-07 13:46:07 $ + * + * The Contents of this file are made available subject to + * the terms of GNU Lesser General Public License Version 2.1. + * + * + * GNU Lesser General Public License Version 2.1 + * ============================================= + * Copyright 2005 by Sun Microsystems, Inc. + * 901 San Antonio Road, Palo Alto, CA 94303, USA + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License version 2.1, as published by the Free Software Foundation. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, + * MA 02111-1307 USA + * + ************************************************************************/ #ifndef _LINGUISTIC_SUPPLANG_HXX_ #define _LINGUISTIC_SUPPLANG_HXX_ @@ -19,9 +46,6 @@ #ifndef _STRING_HXX #include #endif -#ifndef _TOOLS_INTN_HXX -#include -#endif #ifndef _TOOLS_TABLE_HXX #include #endif @@ -29,7 +53,6 @@ #include #endif -#include #ifndef _OSL_THREAD_H_ #include #endif -- cgit