INTEGRATION: CWS changefileheader (1.17.14); FILE MERGED
2008/04/01 15:15:05 thb 1.17.14.3: #i85898# Stripping all external header guards 2008/04/01 12:29:43 thb 1.17.14.2: #i85898# Stripping all external header guards 2008/03/31 12:31:26 rt 1.17.14.1: #i87441# Change license header to LPGL v3.
This commit is contained in:
parent
98ae1c2b09
commit
b4b9c2f472
1 changed files with 18 additions and 62 deletions
|
@ -1,101 +1,57 @@
|
||||||
/*************************************************************************
|
/*************************************************************************
|
||||||
*
|
*
|
||||||
* OpenOffice.org - a multi-platform office productivity suite
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||||
*
|
*
|
||||||
* $RCSfile: commonpagesdbp.cxx,v $
|
* Copyright 2008 by Sun Microsystems, Inc.
|
||||||
*
|
*
|
||||||
* $Revision: 1.17 $
|
* OpenOffice.org - a multi-platform office productivity suite
|
||||||
*
|
*
|
||||||
* last change: $Author: kz $ $Date: 2008-03-06 18:40:10 $
|
* $RCSfile: commonpagesdbp.cxx,v $
|
||||||
|
* $Revision: 1.18 $
|
||||||
*
|
*
|
||||||
* The Contents of this file are made available subject to
|
* This file is part of OpenOffice.org.
|
||||||
* 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.
|
||||||
*
|
*
|
||||||
* GNU Lesser General Public License Version 2.1
|
* OpenOffice.org is distributed in the hope that it will be useful,
|
||||||
* =============================================
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* Copyright 2005 by Sun Microsystems, Inc.
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* 901 San Antonio Road, Palo Alto, CA 94303, USA
|
* 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
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* modify it under the terms of the GNU Lesser General Public
|
* version 3 along with OpenOffice.org. If not, see
|
||||||
* License version 2.1, as published by the Free Software Foundation.
|
* <http://www.openoffice.org/license.html>
|
||||||
*
|
* for a copy of the LGPLv3 License.
|
||||||
* 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
|
|
||||||
*
|
*
|
||||||
************************************************************************/
|
************************************************************************/
|
||||||
|
|
||||||
// MARKER(update_precomp.py): autogen include statement, do not remove
|
// MARKER(update_precomp.py): autogen include statement, do not remove
|
||||||
#include "precompiled_extensions.hxx"
|
#include "precompiled_extensions.hxx"
|
||||||
|
|
||||||
#ifndef _EXTENSIONS_DBP_COMMONPAGESDBP_HXX_
|
|
||||||
#include "commonpagesdbp.hxx"
|
#include "commonpagesdbp.hxx"
|
||||||
#endif
|
|
||||||
#ifndef _EXTENSIONS_DBP_DBPRESID_HRC_
|
#ifndef _EXTENSIONS_DBP_DBPRESID_HRC_
|
||||||
#include "dbpresid.hrc"
|
#include "dbpresid.hrc"
|
||||||
#endif
|
#endif
|
||||||
#ifndef _EXTENSIONS_COMPONENT_MODULE_HXX_
|
|
||||||
#include "componentmodule.hxx"
|
#include "componentmodule.hxx"
|
||||||
#endif
|
|
||||||
#ifndef _COM_SUN_STAR_LANG_XMULTISERVICEFACTORY_HPP_
|
|
||||||
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
|
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
|
||||||
#endif
|
|
||||||
#ifndef _COM_SUN_STAR_SDB_XCOMPLETEDCONNECTION_HPP_
|
|
||||||
#include <com/sun/star/sdb/XCompletedConnection.hpp>
|
#include <com/sun/star/sdb/XCompletedConnection.hpp>
|
||||||
#endif
|
|
||||||
#ifndef _COM_SUN_STAR_SDBCX_XTABLESSUPPLIER_HPP_
|
|
||||||
#include <com/sun/star/sdbcx/XTablesSupplier.hpp>
|
#include <com/sun/star/sdbcx/XTablesSupplier.hpp>
|
||||||
#endif
|
|
||||||
#ifndef _COM_SUN_STAR_SDB_XQUERIESSUPPLIER_HPP_
|
|
||||||
#include <com/sun/star/sdb/XQueriesSupplier.hpp>
|
#include <com/sun/star/sdb/XQueriesSupplier.hpp>
|
||||||
#endif
|
|
||||||
#ifndef _COM_SUN_STAR_SDBC_XCONNECTION_HPP_
|
|
||||||
#include <com/sun/star/sdbc/XConnection.hpp>
|
#include <com/sun/star/sdbc/XConnection.hpp>
|
||||||
#endif
|
|
||||||
#ifndef _COM_SUN_STAR_SDB_SQLCONTEXT_HPP_
|
|
||||||
#include <com/sun/star/sdb/SQLContext.hpp>
|
#include <com/sun/star/sdb/SQLContext.hpp>
|
||||||
#endif
|
|
||||||
#ifndef _COM_SUN_STAR_SDBC_SQLWARNING_HPP_
|
|
||||||
#include <com/sun/star/sdbc/SQLWarning.hpp>
|
#include <com/sun/star/sdbc/SQLWarning.hpp>
|
||||||
#endif
|
|
||||||
#ifndef _COM_SUN_STAR_SDB_COMMANDTYPE_HPP_
|
|
||||||
#include <com/sun/star/sdb/CommandType.hpp>
|
#include <com/sun/star/sdb/CommandType.hpp>
|
||||||
#endif
|
|
||||||
#ifndef _TOOLS_DEBUG_HXX
|
|
||||||
#include <tools/debug.hxx>
|
#include <tools/debug.hxx>
|
||||||
#endif
|
|
||||||
#ifndef _SVTOOLS_LOCALRESACCESS_HXX_
|
|
||||||
#include <svtools/localresaccess.hxx>
|
#include <svtools/localresaccess.hxx>
|
||||||
#endif
|
|
||||||
#ifndef _COMPHELPER_INTERACTION_HXX_
|
|
||||||
#include <comphelper/interaction.hxx>
|
#include <comphelper/interaction.hxx>
|
||||||
#endif
|
|
||||||
#ifndef _CONNECTIVITY_DBTOOLS_HXX_
|
|
||||||
#include <connectivity/dbtools.hxx>
|
#include <connectivity/dbtools.hxx>
|
||||||
#endif
|
|
||||||
#ifndef _VCL_STDTEXT_HXX
|
|
||||||
#include <vcl/stdtext.hxx>
|
#include <vcl/stdtext.hxx>
|
||||||
#endif
|
|
||||||
#ifndef _SV_WAITOBJ_HXX
|
|
||||||
#include <vcl/waitobj.hxx>
|
#include <vcl/waitobj.hxx>
|
||||||
#endif
|
|
||||||
#ifndef _SFX_DOCFILT_HACK_HXX
|
|
||||||
#include <sfx2/docfilt.hxx>
|
#include <sfx2/docfilt.hxx>
|
||||||
#endif
|
|
||||||
#ifndef INCLUDED_SVTOOLS_PATHOPTIONS_HXX
|
|
||||||
#include <svtools/pathoptions.hxx>
|
#include <svtools/pathoptions.hxx>
|
||||||
#endif
|
|
||||||
#ifndef _FILEDLGHELPER_HXX
|
|
||||||
#include <sfx2/filedlghelper.hxx>
|
#include <sfx2/filedlghelper.hxx>
|
||||||
#endif
|
|
||||||
#ifndef SVTOOLS_FILENOTATION_HXX_
|
#ifndef SVTOOLS_FILENOTATION_HXX_
|
||||||
#include <svtools/filenotation.hxx>
|
#include <svtools/filenotation.hxx>
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue