summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2008-04-10 17:22:17 +0000
committerRüdiger Timm <rt@openoffice.org>2008-04-10 17:22:17 +0000
commitdc0507eb70d184caa2ae9b2cac0b32c062c68a51 (patch)
treee9f44092dec0a835285a8d69f47ee6f23e692efb /sw
parentca583eb8fb9e634df90c409bdd69435bcec558ee (diff)
INTEGRATION: CWS changefileheader (1.61.188); FILE MERGED
2008/04/01 15:58:32 thb 1.61.188.3: #i85898# Stripping all external header guards 2008/04/01 12:55:06 thb 1.61.188.2: #i85898# Stripping all external header guards 2008/03/31 16:57:00 rt 1.61.188.1: #i87441# Change license header to LPGL v3.
Diffstat (limited to 'sw')
-rw-r--r--sw/source/ui/dbui/dbinsdlg.cxx154
1 files changed, 18 insertions, 136 deletions
diff --git a/sw/source/ui/dbui/dbinsdlg.cxx b/sw/source/ui/dbui/dbinsdlg.cxx
index 88f487a76eff..3ea7ebbbe69c 100644
--- a/sw/source/ui/dbui/dbinsdlg.cxx
+++ b/sw/source/ui/dbui/dbinsdlg.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: dbinsdlg.cxx,v $
+ * Copyright 2008 by Sun Microsystems, Inc.
*
- * $Revision: 1.61 $
+ * OpenOffice.org - a multi-platform office productivity suite
*
- * last change: $Author: rt $ $Date: 2007-11-12 16:30:41 $
+ * $RCSfile: dbinsdlg.cxx,v $
+ * $Revision: 1.62 $
*
- * 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,133 +45,51 @@
#include <float.h>
#define INCLUDED_FLOAT_H
#endif
-
-#ifndef _HINTIDS_HXX
#include <hintids.hxx>
-#endif
-
-#ifndef _COM_SUN_STAR_LANG_XMULTISERVICEFACTORY_HPP_
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
-#endif
-#ifndef _COM_SUN_STAR_CONTAINER_XNAMEACCESS_HPP_
#include <com/sun/star/container/XNameAccess.hpp>
-#endif
-#ifndef _COM_SUN_STAR_SDBC_XDATASOURCE_HPP_
#include <com/sun/star/sdbc/XDataSource.hpp>
-#endif
-#ifndef _COM_SUN_STAR_SDBC_XROW_HPP_
#include <com/sun/star/sdbc/XRow.hpp>
-#endif
-#ifndef _COM_SUN_STAR_SDBCX_XTABLESSUPPLIER_HPP_
#include <com/sun/star/sdbcx/XTablesSupplier.hpp>
-#endif
-#ifndef _COM_SUN_STAR_SDBCX_XCOLUMNSSUPPLIER_HPP_
#include <com/sun/star/sdbcx/XColumnsSupplier.hpp>
-#endif
-#ifndef _COM_SUN_STAR_SDB_XQUERIESSUPPLIER_HPP_
#include <com/sun/star/sdb/XQueriesSupplier.hpp>
-#endif
-#ifndef _COM_SUN_STAR_SDB_COMMANDTYPE_HPP_
#include <com/sun/star/sdb/CommandType.hpp>
-#endif
-#ifndef _COM_SUN_STAR_SDB_XCOLUMN_HPP_
#include <com/sun/star/sdb/XColumn.hpp>
-#endif
-#ifndef _COM_SUN_STAR_SDB_XDATABASEACCESS_HPP_
#include <com/sun/star/sdb/XDatabaseAccess.hpp>
-#endif
-#ifndef _COM_SUN_STAR_SDBC_DATATYPE_HPP_
#include <com/sun/star/sdbc/DataType.hpp>
-#endif
-#ifndef _COM_SUN_STAR_SDBC_RESULTSETTYPE_HPP_
#include <com/sun/star/sdbc/ResultSetType.hpp>
-#endif
-#ifndef _COM_SUN_STAR_BEANS_XPROPERTYSET_HPP_
#include <com/sun/star/beans/XPropertySet.hpp>
-#endif
-#ifndef _COM_SUN_STAR_UTIL_XNUMBERFORMATTER_HPP_
#include <com/sun/star/util/XNumberFormatter.hpp>
-#endif
-#ifndef _COM_SUN_STAR_UTIL_XNUMBERFORMATTYPES_HPP_
#include <com/sun/star/util/XNumberFormatTypes.hpp>
-#endif
-#ifndef _COM_SUN_STAR_SDBC_XROWSET_HPP_
#include <com/sun/star/sdbc/XRowSet.hpp>
-#endif
-#ifndef _COMPHELPER_PROCESSFACTORY_HXX_
#include <comphelper/processfactory.hxx>
-#endif
-#ifndef _SVX_LANGITEM_HXX
#include <svx/langitem.hxx>
-#endif
-#ifndef _NUMUNO_HXX
#include <svtools/numuno.hxx>
-#endif
-#ifndef _SFXSTRITEM_HXX
#include <svtools/stritem.hxx>
-#endif
-#ifndef _SV_MSGBOX_HXX //autogen
#include <vcl/msgbox.hxx>
-#endif
-#ifndef _SV_SVAPP_HXX //autogen
#include <vcl/svapp.hxx>
-#endif
#ifndef __SV_MNEMONIC_HXX
#include <vcl/mnemonic.hxx>
#endif
-#ifndef _SFXSTYLE_HXX //autogen
#include <svtools/style.hxx>
-#endif
-#ifndef _ZFORMAT_HXX //autogen
#include <svtools/zformat.hxx>
-#endif
-#ifndef _SVX_HTMLMODE_HXX //autogen
#include <svx/htmlmode.hxx>
-#endif
-#ifndef _UNO_LINGU_HXX
#include <svx/unolingu.hxx>
-#endif
-
-#ifndef _SFXAPP_HXX //autogen
#include <sfx2/app.hxx>
-#endif
-#ifndef _SFXITEMSET_HXX //autogen
#include <svtools/itemset.hxx>
-#endif
-#ifndef _SVX_BRSHITEM_HXX //autogen
#include <svx/brshitem.hxx>
-#endif
-#ifndef _SVX_BOXITEM_HXX //autogen
#include <svx/boxitem.hxx>
-#endif
-#ifndef _SVX_RULRITEM_HXX //autogen
#include <svx/rulritem.hxx>
-#endif
-
-#ifndef _SWDBTOOLSCLIENT_HXX
#include <swdbtoolsclient.hxx>
-#endif
#ifndef _SWTABLEREP_HXX //autogen
#include <tabledlg.hxx>
#endif
-#ifndef _FMTCLDS_HXX //autogen
#include <fmtclds.hxx>
-#endif
-#ifndef _TABCOL_HXX //autogen
#include <tabcol.hxx>
-#endif
-#ifndef _UIITEMS_HXX //autogen
#include <uiitems.hxx>
-#endif
-#ifndef _VIEWOPT_HXX //autogen
#include <viewopt.hxx>
-#endif
-#ifndef _UITOOL_HXX
#include <uitool.hxx>
-#endif
-#ifndef _WRTSH_HXX
#include <wrtsh.hxx>
-#endif
#ifndef _WVIEW_HXX
#include <wview.hxx>
#endif
@@ -186,39 +99,17 @@
#ifndef _DBMGR_HXX
#include <dbmgr.hxx>
#endif
-#ifndef _TBLAFMT_HXX
#include <tblafmt.hxx>
-#endif
-#ifndef _CELLATR_HXX
#include <cellatr.hxx>
-#endif
-#ifndef _SWTABLE_HXX
#include <swtable.hxx>
-#endif
-#ifndef _DBFLD_HXX
#include <dbfld.hxx>
-#endif
-#ifndef _FMTCOL_HXX
#include <fmtcol.hxx>
-#endif
-#ifndef _SECTION_HXX //autogen
#include <section.hxx>
-#endif
-#ifndef _SWWAIT_HXX
#include <swwait.hxx>
-#endif
-#ifndef _MODOPT_HXX //autogen
#include <modcfg.hxx>
-#endif
-#ifndef _SWMODULE_HXX
#include <swmodule.hxx>
-#endif
-#ifndef _POOLFMT_HXX
#include <poolfmt.hxx>
-#endif
-#ifndef _CRSSKIP_HXX
#include <crsskip.hxx>
-#endif
#ifndef _DBINSDLG_HRC
#include <dbinsdlg.hrc>
@@ -233,19 +124,10 @@
#ifndef _HELPID_H
#include <helpid.h>
#endif
-#ifndef _CFGID_H
#include <cfgid.h>
-#endif
-#ifndef _SWSTYLENAMEMAPPER_HXX
#include <SwStyleNameMapper.hxx>
-#endif
-#ifndef _COMPHELPER_UNO3_HXX_
#include <comphelper/uno3.hxx>
-#endif
-
-#ifndef _SWTABSH_HXX
#include "tabsh.hxx"
-#endif
#include "swabstdlg.hxx"
#include "table.hrc"
#include <unomid.h>