User: rt Date: 2007-07-06 08:35:09+0000 Modified: dba/dbaccess/source/ui/misc/WCopyTable.cxx
Log: 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 File Changes: Directory: /dba/dbaccess/source/ui/misc/ ======================================== File [changed]: WCopyTable.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/misc/WCopyTable.cxx?r1=1.51&r2=1.52 Delta lines: +3 -3 ------------------- --- WCopyTable.cxx 2007-05-10 10:35:06+0000 1.51 +++ WCopyTable.cxx 2007-07-06 08:35:06+0000 1.52 @@ -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 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
