diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2006-04-07 12:46:07 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2006-04-07 12:46:07 +0000 |
commit | b2c97d0b664eb7559b4209e0227c40212991fa8e (patch) | |
tree | 37b1e4a5a244058d61392254015b8b3e31817183 /linguistic/inc | |
parent | 577d52ae3cbf313c06107e4df757f3cb6a11f3b9 (diff) |
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
Diffstat (limited to 'linguistic/inc')
-rw-r--r-- | linguistic/inc/supplang.hxx | 45 |
1 files changed, 34 insertions, 11 deletions
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 <tools/string.hxx> #endif -#ifndef _TOOLS_INTN_HXX -#include <tools/intn.hxx> -#endif #ifndef _TOOLS_TABLE_HXX #include <tools/table.hxx> #endif @@ -29,7 +53,6 @@ #include <vcl/svapp.hxx> #endif -#include <tools/isolang.hxx> #ifndef _OSL_THREAD_H_ #include <osl/thread.h> #endif |