summaryrefslogtreecommitdiff
path: root/linguistic
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2006-04-07 12:46:07 +0000
committerVladimir Glazounov <vg@openoffice.org>2006-04-07 12:46:07 +0000
commite3d1a44baa3e9d2695b83fc584d6f2f9cc3440bd (patch)
tree00007c39e8a239682f5ea3da7e89260071b88e8c /linguistic
parent8743f14975435416627aa766c755ee3b5c7acd09 (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')
-rw-r--r--linguistic/inc/supplang.hxx45
1 files changed, 34 insertions, 11 deletions
diff --git a/linguistic/inc/supplang.hxx b/linguistic/inc/supplang.hxx
index f6d8514166..2dd8884d0a 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