diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2006-04-07 12:51:33 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2006-04-07 12:51:33 +0000 |
commit | 091b249565a6234159e2b6dfd6a7ffeb26edbb93 (patch) | |
tree | 44ac3f6148d3e17534c52596612849e6ba347139 | |
parent | 5f1796a7578ac3b214042be775bcad2b85511f30 (diff) |
INTEGRATION: CWS internatiodel (1.2.20); FILE MERGED
2006/02/10 19:27:24 er 1.2.20.1: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang
-rw-r--r-- | linguistic/source/prophelp.cxx | 41 | ||||
-rw-r--r-- | linguistic/source/supplang.cxx | 41 |
2 files changed, 68 insertions, 14 deletions
diff --git a/linguistic/source/prophelp.cxx b/linguistic/source/prophelp.cxx index 3500dd7a8bf8..d0b220a5c786 100644 --- a/linguistic/source/prophelp.cxx +++ b/linguistic/source/prophelp.cxx @@ -1,10 +1,37 @@ -/*=========================================================================== - $Header: /zpool/svn/migration/cvs_rep_09_09_08/code/linguistic/source/prophelp.cxx,v 1.2 2004-11-27 13:21:02 kz Exp $ - - status: - - (c) 1998-1999, Star Office Entwicklungs GmbH, Hamburg -===========================================================================*/ +/************************************************************************* + * + * OpenOffice.org - a multi-platform office productivity suite + * + * $RCSfile: prophelp.cxx,v $ + * + * $Revision: 1.3 $ + * + * last change: $Author: vg $ $Date: 2006-04-07 13:51:09 $ + * + * 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 _TOOLS_DEBUG_HXX //autogen wg. DBG_ASSERT #include <tools/debug.hxx> diff --git a/linguistic/source/supplang.cxx b/linguistic/source/supplang.cxx index 267aba24ce6c..de470fb81fd7 100644 --- a/linguistic/source/supplang.cxx +++ b/linguistic/source/supplang.cxx @@ -1,10 +1,37 @@ -/*=========================================================================== - $Header: /zpool/svn/migration/cvs_rep_09_09_08/code/linguistic/source/supplang.cxx,v 1.2 2004-11-27 13:21:11 kz Exp $ - - status: - - (c) 1998-1999, Star Office Entwicklungs GmbH, Hamburg -===========================================================================*/ +/************************************************************************* + * + * OpenOffice.org - a multi-platform office productivity suite + * + * $RCSfile: supplang.cxx,v $ + * + * $Revision: 1.3 $ + * + * last change: $Author: vg $ $Date: 2006-04-07 13:51:33 $ + * + * 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 _STRING_HXX #include <tools/string.hxx> |