diff options
author | Rüdiger Timm <rt@openoffice.org> | 2007-07-06 07:39:32 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2007-07-06 07:39:32 +0000 |
commit | cbc06afedbad1fab0c67923c26d3b6e0eae6ce1e (patch) | |
tree | 11e3e928435a7d8a447ade15616891337f6d3942 | |
parent | f32d740d457d28b3bbb0cb4ffc50ea08c65bce9d (diff) |
INTEGRATION: CWS oj14 (1.24.8); FILE MERGED
2007/06/04 18:53:42 oj 1.24.8.6: RESYNC: (1.27-1.28); FILE MERGED
2006/11/07 09:44:06 oj 1.24.8.5: RESYNC: (1.25-1.27); FILE MERGED
2006/07/04 08:18:20 oj 1.24.8.4: RESYNC: (1.24-1.25); FILE MERGED
2006/04/25 12:49:33 oj 1.24.8.3: new include
2006/03/20 07:48:53 oj 1.24.8.2: use of module client helper
2006/01/03 07:49:23 oj 1.24.8.1: changed module client
-rw-r--r-- | dbaccess/source/ui/querydesign/QueryViewSwitch.cxx | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/dbaccess/source/ui/querydesign/QueryViewSwitch.cxx b/dbaccess/source/ui/querydesign/QueryViewSwitch.cxx index 73d817e5ed2d..54b53a8592e2 100644 --- a/dbaccess/source/ui/querydesign/QueryViewSwitch.cxx +++ b/dbaccess/source/ui/querydesign/QueryViewSwitch.cxx @@ -4,9 +4,9 @@ * * $RCSfile: QueryViewSwitch.cxx,v $ * - * $Revision: 1.28 $ + * $Revision: 1.29 $ * - * last change: $Author: kz $ $Date: 2007-05-10 10:38:41 $ + * last change: $Author: rt $ $Date: 2007-07-06 08:39:32 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -47,9 +47,6 @@ #ifndef DBAUI_QUERYCONTAINERWINDOW_HXX #include "querycontainerwindow.hxx" #endif -#ifndef _DBAUI_MODULE_DBU_HXX_ -#include "moduledbu.hxx" -#endif #ifndef _DBU_QRY_HRC_ #include "dbu_qry.hrc" #endif |