From c613cfb239ffb7522670ef7feed7713bf471d2cb Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Fri, 11 Apr 2008 07:11:58 +0000 Subject: INTEGRATION: CWS changefileheader (1.58.42); FILE MERGED 2008/04/01 15:16:30 thb 1.58.42.3: #i85898# Stripping all external header guards 2008/04/01 12:30:21 thb 1.58.42.2: #i85898# Stripping all external header guards 2008/03/31 13:11:33 rt 1.58.42.1: #i87441# Change license header to LPGL v3. --- forms/source/component/FormComponent.cxx | 95 ++++++-------------------------- 1 file changed, 18 insertions(+), 77 deletions(-) (limited to 'forms/source/component/FormComponent.cxx') diff --git a/forms/source/component/FormComponent.cxx b/forms/source/component/FormComponent.cxx index eeb3d1c5fcaf..8d81f0d91c9a 100644 --- a/forms/source/component/FormComponent.cxx +++ b/forms/source/component/FormComponent.cxx @@ -1,120 +1,61 @@ /************************************************************************* * - * OpenOffice.org - a multi-platform office productivity suite + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * - * $RCSfile: FormComponent.cxx,v $ + * Copyright 2008 by Sun Microsystems, Inc. * - * $Revision: 1.58 $ + * OpenOffice.org - a multi-platform office productivity suite * - * last change: $Author: hr $ $Date: 2007-11-01 14:55:00 $ + * $RCSfile: FormComponent.cxx,v $ + * $Revision: 1.59 $ * - * 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 + * + * for a copy of the LGPLv3 License. * ************************************************************************/ // MARKER(update_precomp.py): autogen include statement, do not remove #include "precompiled_forms.hxx" - -#ifndef _FORMS_FORMCOMPONENT_HXX_ #include "FormComponent.hxx" -#endif - -#ifndef _TOOLS_DEBUG_HXX #include -#endif -#ifndef TOOLS_DIAGNOSE_EX_H #include -#endif - -#ifndef _CPPUHELPER_QUERYINTERFACE_HXX_ #include -#endif - -#ifndef _COM_SUN_STAR_AWT_XTEXTCOMPONENT_HPP_ #include -#endif -#ifndef _COM_SUN_STAR_AWT_XWINDOW_HPP_ #include -#endif -#ifndef _COM_SUN_STAR_IO_XMARKABLESTREAM_HPP_ #include -#endif -#ifndef _COM_SUN_STAR_FORM_XLOADABLE_HPP_ #include -#endif -#ifndef _COM_SUN_STAR_FORM_XFORM_HPP_ #include -#endif -#ifndef _COM_SUN_STAR_SDBC_DATATYPE_HPP_ #include -#endif -#ifndef _COM_SUN_STAR_SDBC_COLUMNVALUE_HPP_ #include -#endif -#ifndef _COM_SUN_STAR_UTIL_XMODIFYBROADCASTER_HPP_ #include -#endif -#ifndef _COM_SUN_STAR_AWT_XVCLWINDOWPEER_HPP_ #include -#endif -#ifndef _COM_SUN_STAR_LANG_DISPOSEDEXCEPTION_HPP_ #include -#endif - -#ifndef _COMPHELPER_PROPERTY_HXX_ #include -#endif -#ifndef _COMPHELPER_GUARDING_HXX_ #include -#endif -#ifndef _CONNECTIVITY_DBTOOLS_HXX_ #include -#endif #ifndef _FRM_PROPERTY_HRC_ #include "property.hrc" #endif -#ifndef _FRM_SERVICES_HXX_ #include "services.hxx" -#endif -#ifndef FORMS_SOURCE_INC_COMPONENTTOOLS_HXX #include "componenttools.hxx" -#endif - -#ifndef _RTL_LOGFILE_HXX_ #include -#endif - -#ifndef _COMPHELPER_BASIC_IO_HXX_ #include -#endif -#ifndef COMPHELPER_INC_COMPHELPER_LISTENERNOTIFICATION_HXX #include -#endif - -#ifndef _TOOLKIT_HELPER_EMPTYFONTDESCRIPTOR_HXX_ #include -#endif #include "frm_resource.hxx" #include "frm_resource.hrc" -- cgit v1.2.3