summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/misc/WColumnSelect.cxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2007-07-06 07:34:52 +0000
committerRüdiger Timm <rt@openoffice.org>2007-07-06 07:34:52 +0000
commit82d7735c0831734287a517ce1b2f41e0a3a9412f (patch)
treec910e172bc392e86f2b6bef5a1b720b1b52ffb01 /dbaccess/source/ui/misc/WColumnSelect.cxx
parent1e5467226e1000fadd87521faa6736a8a0361068 (diff)
INTEGRATION: CWS oj14 (1.16.8); FILE MERGED
2007/06/04 18:46:17 oj 1.16.8.8: RESYNC: (1.23-1.24); FILE MERGED 2007/02/20 15:50:44 oj 1.16.8.7: RESYNC: (1.22-1.23); FILE MERGED 2006/11/07 09:35:01 oj 1.16.8.6: RESYNC: (1.20-1.22); FILE MERGED 2006/07/04 08:13:24 oj 1.16.8.5: RESYNC: (1.17-1.20); FILE MERGED 2006/04/25 13:03:17 oj 1.16.8.4: new include 2006/03/20 14:01:42 oj 1.16.8.3: RESYNC: (1.16-1.17); FILE MERGED 2006/03/20 07:48:45 oj 1.16.8.2: use of module client helper 2006/01/03 07:49:19 oj 1.16.8.1: changed module client
Diffstat (limited to 'dbaccess/source/ui/misc/WColumnSelect.cxx')
-rw-r--r--dbaccess/source/ui/misc/WColumnSelect.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/dbaccess/source/ui/misc/WColumnSelect.cxx b/dbaccess/source/ui/misc/WColumnSelect.cxx
index d8b1470d1729..84334aba185f 100644
--- a/dbaccess/source/ui/misc/WColumnSelect.cxx
+++ b/dbaccess/source/ui/misc/WColumnSelect.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: WColumnSelect.cxx,v $
*
- * $Revision: 1.24 $
+ * $Revision: 1.25 $
*
- * last change: $Author: kz $ $Date: 2007-05-10 10:34:44 $
+ * last change: $Author: rt $ $Date: 2007-07-06 08:34:52 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -45,9 +45,6 @@
#ifndef _TOOLS_DEBUG_HXX
#include <tools/debug.hxx>
#endif
-#ifndef _DBAUI_MODULE_DBU_HXX_
-#include "moduledbu.hxx"
-#endif
#ifndef DBAUI_WIZARD_PAGES_HRC
#include "WizardPages.hrc"
#endif
@@ -63,6 +60,9 @@
#ifndef _COM_SUN_STAR_SDBCX_XAPPEND_HPP_
#include <com/sun/star/sdbcx/XAppend.hpp>
#endif
+#ifndef _DBAUI_MODULE_DBU_HXX_
+#include "moduledbu.hxx"
+#endif
#ifndef _COM_SUN_STAR_SDBC_DATATYPE_HPP_
#include <com/sun/star/sdbc/DataType.hpp>
#endif