diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2006-04-07 12:45:45 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2006-04-07 12:45:45 +0000 |
commit | 577d52ae3cbf313c06107e4df757f3cb6a11f3b9 (patch) | |
tree | 6d92099d659e6f9756db59c8cdee4cc629e1ce45 /linguistic/inc | |
parent | ce12449fb331a0c724ed4a1936afb8c5eeae23d0 (diff) |
INTEGRATION: CWS internatiodel (1.2.20); FILE MERGED
2006/02/10 19:27:20 er 1.2.20.1: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang
Diffstat (limited to 'linguistic/inc')
-rw-r--r-- | linguistic/inc/prophelp.hxx | 41 |
1 files changed, 34 insertions, 7 deletions
diff --git a/linguistic/inc/prophelp.hxx b/linguistic/inc/prophelp.hxx index f868d09ac8d5..6f71291bc829 100644 --- a/linguistic/inc/prophelp.hxx +++ b/linguistic/inc/prophelp.hxx @@ -1,10 +1,37 @@ -/*=========================================================================== - $Header: /zpool/svn/migration/cvs_rep_09_09_08/code/linguistic/inc/prophelp.hxx,v 1.2 2004-11-27 13:19:54 kz Exp $ - - status: - - (c) 1998-1999, Star Office Entwicklungs GmbH, Hamburg -===========================================================================*/ +/************************************************************************* + * + * OpenOffice.org - a multi-platform office productivity suite + * + * $RCSfile: prophelp.hxx,v $ + * + * $Revision: 1.3 $ + * + * last change: $Author: vg $ $Date: 2006-04-07 13:45:45 $ + * + * 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_PROPHELP_HXX_ #define _LINGUISTIC_PROPHELP_HXX_ |