INTEGRATION: CWS oj14 (1.41.4); FILE MERGED

2007/06/04 18:46:36 oj 1.41.4.7: RESYNC: (1.50-1.51); FILE MERGED
2006/11/07 09:35:10 oj 1.41.4.6: RESYNC: (1.45-1.50); FILE MERGED
2006/07/04 08:13:32 oj 1.41.4.5: RESYNC: (1.42-1.45); FILE MERGED
2006/04/25 13:03:17 oj 1.41.4.4: new include
2006/03/20 14:01:54 oj 1.41.4.3: RESYNC: (1.41-1.42); FILE MERGED
2006/03/20 07:48:46 oj 1.41.4.2: use of module client helper
2006/01/03 07:49:19 oj 1.41.4.1: changed module client
This commit is contained in:
Rüdiger Timm 2007-07-06 07:35:06 +00:00
parent 82d7735c08
commit 376f275ddf

View file

@ -4,9 +4,9 @@
*
* $RCSfile: WCopyTable.cxx,v $
*
* $Revision: 1.51 $
* $Revision: 1.52 $
*
* last change: $Author: kz $ $Date: 2007-05-10 10:35:06 $
* last change: $Author: rt $ $Date: 2007-07-06 08:35:06 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@ -39,9 +39,6 @@
#ifndef _TOOLS_DEBUG_HXX
#include <tools/debug.hxx>
#endif
#ifndef _DBAUI_MODULE_DBU_HXX_
#include "moduledbu.hxx"
#endif
#ifndef _COM_SUN_STAR_SDBCX_XTABLESSUPPLIER_HPP_
#include <com/sun/star/sdbcx/XTablesSupplier.hpp>
#endif
@ -96,6 +93,9 @@
#ifndef _COMPHELPER_TYPES_HXX_
#include <comphelper/types.hxx>
#endif
#ifndef _DBAUI_MODULE_DBU_HXX_
#include "moduledbu.hxx"
#endif
#ifndef _CONNECTIVITY_DBTOOLS_HXX_
#include <connectivity/dbtools.hxx>
#endif