summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-04-10 23:49:26 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-04-10 23:49:26 +0000
commitff2269262b9ccea9605ab7fe3d721d99928e6240 (patch)
tree262cda8bd9801a416c14db214eb6e225617c3bec
parentde2c6fc7b4181cb82ab6b266f4b006e7a0dd08fd (diff)
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.
-rw-r--r--svx/source/fmcomp/gridctrl.cxx112
1 files changed, 19 insertions, 93 deletions
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
+ * <http://www.openoffice.org/license.html>
+ * for a copy of the LGPLv3 License.
*
************************************************************************/
@@ -39,83 +34,32 @@
#ifndef _SVX_FMHELP_HRC
#include "fmhelp.hrc"
#endif
-
-#ifndef _SVX_GRIDCTRL_HXX
#include <svx/gridctrl.hxx>
-#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 <svtools/stringtransfer.hxx>
-#endif
#ifndef _SVX_FMPROP_HRC
#include "fmprop.hrc"
#endif
-#ifndef _SVTOOLS_STRINGTRANSFER_HXX_
#include <svtools/stringtransfer.hxx>
-#endif
-
-#ifndef _COM_SUN_STAR_SDBC_RESULTSETCONCURRENCY_HPP_
#include <com/sun/star/sdbc/ResultSetConcurrency.hpp>
-#endif
-#ifndef _COM_SUN_STAR_ACCESSIBILITY_XACCESSIBLE_HPP_
#include <com/sun/star/accessibility/XAccessible.hpp>
-#endif
-#ifndef _COM_SUN_STAR_SDB_XRESULTSETACCESS_HPP_
#include <com/sun/star/sdb/XResultSetAccess.hpp>
-#endif
-#ifndef _COM_SUN_STAR_SDBC_XRESULTSETUPDATE_HPP_
#include <com/sun/star/sdbc/XResultSetUpdate.hpp>
-#endif
-#ifndef _COM_SUN_STAR_SDBCX_PRIVILEGE_HPP_
#include <com/sun/star/sdbcx/Privilege.hpp>
-#endif
-
-#ifndef _COM_SUN_STAR_CONTAINER_XCHILD_HPP_
#include <com/sun/star/container/XChild.hpp>
-#endif
-#ifndef _COM_SUN_STAR_UTIL_XNUMBERFORMATTER_HPP_
#include <com/sun/star/util/XNumberFormatter.hpp>
-#endif
-#ifndef _COM_SUN_STAR_UTIL_XNUMBERFORMATSSUPPLIER_HPP_
#include <com/sun/star/util/XNumberFormatsSupplier.hpp>
-#endif
-#ifndef _COM_SUN_STAR_UTIL_XCLONEABLE_HPP_
#include <com/sun/star/util/XCloneable.hpp>
-#endif
-#ifndef _COM_SUN_STAR_BEANS_XPROPERTYSET_HPP_
#include <com/sun/star/beans/XPropertySet.hpp>
-#endif
-#ifndef _COM_SUN_STAR_BEANS_PROPERTYCHANGEEVENT_HPP_
#include <com/sun/star/beans/PropertyChangeEvent.hpp>
-#endif
-
-#ifndef _COMPHELPER_EXTRACT_HXX_
#include <comphelper/extract.hxx>
-#endif
-
-#ifndef _TOOLS_RESID_HXX //autogen
#include <tools/resid.hxx>
-#endif
-#ifndef TOOLS_DIAGNOSE_EX_H
#include <tools/diagnose_ex.h>
-#endif
-
-#ifndef _SV_SOUND_HXX //autogen
#include <vcl/sound.hxx>
-#endif
-
-#ifndef _SV_MENU_HXX //autogen
#include <vcl/menu.hxx>
-#endif
#ifndef _SVX_FMRESIDS_HRC
#include "fmresids.hrc"
@@ -124,20 +68,10 @@
#ifndef _SVX_SVXIDS_HRC
#include <svx/svxids.hrc>
#endif
-
-#ifndef _SHL_HXX
#include <tools/shl.hxx>
-#endif
-
-#ifndef _SVX_DIALMGR_HXX
#include <svx/dialmgr.hxx>
-#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("<OBJECT>");
-
-#ifndef _COMPHELPER_STLTYPES_HXX_
#include <comphelper/stl_types.hxx>
-#endif
-#ifndef _COMPHELPER_PROPERTY_HXX_
#include <comphelper/property.hxx>
-#endif
-
-#ifndef _TRACE_HXX_
#include "trace.hxx"
-#endif
#include <algorithm>