From ff2269262b9ccea9605ab7fe3d721d99928e6240 Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Thu, 10 Apr 2008 23:49:26 +0000 Subject: INTEGRATION: CWS changefileheader (1.82.368); FILE MERGED 2008/04/01 15:50:59 thb 1.82.368.3: #i85898# Stripping all external header guards 2008/04/01 12:48:47 thb 1.82.368.2: #i85898# Stripping all external header guards 2008/03/31 14:21:49 rt 1.82.368.1: #i87441# Change license header to LPGL v3. --- svx/source/fmcomp/gridctrl.cxx | 112 +++++++---------------------------------- 1 file changed, 19 insertions(+), 93 deletions(-) (limited to 'svx/source/fmcomp/gridctrl.cxx') diff --git a/svx/source/fmcomp/gridctrl.cxx b/svx/source/fmcomp/gridctrl.cxx index 79ea475d9b..e9a30f0ea4 100644 --- a/svx/source/fmcomp/gridctrl.cxx +++ b/svx/source/fmcomp/gridctrl.cxx @@ -1,35 +1,30 @@ /************************************************************************* * - * OpenOffice.org - a multi-platform office productivity suite + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. + * + * Copyright 2008 by Sun Microsystems, Inc. * - * $RCSfile: gridctrl.cxx,v $ + * OpenOffice.org - a multi-platform office productivity suite * - * $Revision: 1.82 $ + * $RCSfile: gridctrl.cxx,v $ + * $Revision: 1.83 $ * - * last change: $Author: hr $ $Date: 2007-06-27 18:09:00 $ + * This file is part of OpenOffice.org. * - * The Contents of this file are made available subject to - * the terms of GNU Lesser General Public License Version 2.1. + * 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. * + * 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). * - * 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 + * 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. * ************************************************************************/ @@ -39,83 +34,32 @@ #ifndef _SVX_FMHELP_HRC #include "fmhelp.hrc" #endif - -#ifndef _SVX_GRIDCTRL_HXX #include -#endif -#ifndef _SVX_GRIDCELL_HXX #include "gridcell.hxx" -#endif -#ifndef SVX_DBTOOLSCLIENT_HXX #include "dbtoolsclient.hxx" -#endif -#ifndef _SVX_FMTOOLS_HXX #include "fmtools.hxx" -#endif -#ifndef _SVTOOLS_STRINGTRANSFER_HXX_ #include -#endif #ifndef _SVX_FMPROP_HRC #include "fmprop.hrc" #endif -#ifndef _SVTOOLS_STRINGTRANSFER_HXX_ #include -#endif - -#ifndef _COM_SUN_STAR_SDBC_RESULTSETCONCURRENCY_HPP_ #include -#endif -#ifndef _COM_SUN_STAR_ACCESSIBILITY_XACCESSIBLE_HPP_ #include -#endif -#ifndef _COM_SUN_STAR_SDB_XRESULTSETACCESS_HPP_ #include -#endif -#ifndef _COM_SUN_STAR_SDBC_XRESULTSETUPDATE_HPP_ #include -#endif -#ifndef _COM_SUN_STAR_SDBCX_PRIVILEGE_HPP_ #include -#endif - -#ifndef _COM_SUN_STAR_CONTAINER_XCHILD_HPP_ #include -#endif -#ifndef _COM_SUN_STAR_UTIL_XNUMBERFORMATTER_HPP_ #include -#endif -#ifndef _COM_SUN_STAR_UTIL_XNUMBERFORMATSSUPPLIER_HPP_ #include -#endif -#ifndef _COM_SUN_STAR_UTIL_XCLONEABLE_HPP_ #include -#endif -#ifndef _COM_SUN_STAR_BEANS_XPROPERTYSET_HPP_ #include -#endif -#ifndef _COM_SUN_STAR_BEANS_PROPERTYCHANGEEVENT_HPP_ #include -#endif - -#ifndef _COMPHELPER_EXTRACT_HXX_ #include -#endif - -#ifndef _TOOLS_RESID_HXX //autogen #include -#endif -#ifndef TOOLS_DIAGNOSE_EX_H #include -#endif - -#ifndef _SV_SOUND_HXX //autogen #include -#endif - -#ifndef _SV_MENU_HXX //autogen #include -#endif #ifndef _SVX_FMRESIDS_HRC #include "fmresids.hrc" @@ -124,20 +68,10 @@ #ifndef _SVX_SVXIDS_HRC #include #endif - -#ifndef _SHL_HXX #include -#endif - -#ifndef _SVX_DIALMGR_HXX #include -#endif -#ifndef _SVX_FMSERVS_HXX #include "fmservs.hxx" -#endif -#ifndef SVX_FORM_SDBDATACOLUMN_HXX #include "sdbdatacolumn.hxx" -#endif #define CURSORPOSITION_UNKNOWN -2 @@ -145,17 +79,9 @@ String INVALIDTEXT = String::CreateFromAscii("###"); String OBJECTTEXT = String::CreateFromAscii(""); - -#ifndef _COMPHELPER_STLTYPES_HXX_ #include -#endif -#ifndef _COMPHELPER_PROPERTY_HXX_ #include -#endif - -#ifndef _TRACE_HXX_ #include "trace.hxx" -#endif #include -- cgit v1.2.3