diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-04-11 10:03:49 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-04-11 10:03:49 +0000 |
commit | a9f3d728289983dc47ab2411cae8b96e0f660b5a (patch) | |
tree | 7a59cc4553f94dcd69067183dd5efaf2ee88244c /basctl | |
parent | 0131cc3e4544237252ecd0a957c5f383e2923c52 (diff) |
INTEGRATION: CWS changefileheader (1.6.32); FILE MERGED
2008/04/01 15:00:40 thb 1.6.32.3: #i85898# Stripping all external header guards
2008/04/01 10:47:47 thb 1.6.32.2: #i85898# Stripping all external header guards
2008/03/28 16:04:55 rt 1.6.32.1: #i87441# Change license header to LPGL v3.
Diffstat (limited to 'basctl')
-rw-r--r-- | basctl/source/dlged/managelang.cxx | 59 |
1 files changed, 18 insertions, 41 deletions
diff --git a/basctl/source/dlged/managelang.cxx b/basctl/source/dlged/managelang.cxx index 76e4eb6a4b5d..d1ba13209147 100644 --- a/basctl/source/dlged/managelang.cxx +++ b/basctl/source/dlged/managelang.cxx @@ -1,35 +1,30 @@ /************************************************************************* * - * OpenOffice.org - a multi-platform office productivity suite + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * - * $RCSfile: managelang.cxx,v $ + * Copyright 2008 by Sun Microsystems, Inc. * - * $Revision: 1.6 $ + * OpenOffice.org - a multi-platform office productivity suite * - * last change: $Author: ihi $ $Date: 2007-11-23 16:44:49 $ + * $RCSfile: managelang.cxx,v $ + * $Revision: 1.7 $ * - * The Contents of this file are made available subject to - * the terms of GNU Lesser General Public License Version 2.1. + * This file is part of OpenOffice.org. * + * OpenOffice.org is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License version 3 + * only, as published by the Free Software Foundation. * - * GNU Lesser General Public License Version 2.1 - * ============================================= - * Copyright 2005 by Sun Microsystems, Inc. - * 901 San Antonio Road, Palo Alto, CA 94303, USA + * OpenOffice.org 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 version 3 for more details + * (a copy is included in the LICENSE file that accompanied this code). * - * 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 + * You should have received a copy of the GNU Lesser General Public License + * version 3 along with OpenOffice.org. If not, see + * <http://www.openoffice.org/license.html> + * for a copy of the LGPLv3 License. * ************************************************************************/ @@ -50,36 +45,18 @@ #ifndef _COM_SUN_STAR_TEXT_XBREAKITERATOR_HPP_ #include <com/sun/star/i18n/XBreakIterator.hpp> #endif -#ifndef _COM_SUN_STAR_I18N_WORDTYPE_HPP_ #include <com/sun/star/i18n/WordType.hpp> -#endif -#ifndef _COM_SUN_STAR_LANG_XMULTISERVICEFACTORY_HPP_ #include <com/sun/star/lang/XMultiServiceFactory.hpp> -#endif -#ifndef _COM_SUN_STAR_RESOURCE_XSTRINGRESOURCEMANAGER_HPP_ #include <com/sun/star/resource/XStringResourceManager.hpp> -#endif #include <comphelper/processfactory.hxx> - -#ifndef _VCL_UNOHELP_HXX #include <vcl/unohelp.hxx> -#endif #ifndef _VCL_I18NHELP_HXX //#include <vcl/i18nhelp.hxx> #endif - -#ifndef _SV_SVAPP_HXX #include <vcl/svapp.hxx> -#endif -#ifndef _SV_MSGBOX_HXX #include <vcl/msgbox.hxx> -#endif -#ifndef _UNOTOOLS_LOCALEDATAWRAPPER_HXX #include <unotools/localedatawrapper.hxx> -#endif -#ifndef _UNO_LINGU_HXX #include <svx/unolingu.hxx> -#endif #include <svtools/langtab.hxx> |