diff options
author | Rüdiger Timm <rt@openoffice.org> | 2007-07-06 07:40:14 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2007-07-06 07:40:14 +0000 |
commit | a1193cd87233a6ed74788bf6e3a5a7a41aeee1b9 (patch) | |
tree | 796f9195b206307735ce4a8a2b510cf53e95b804 | |
parent | cbc06afedbad1fab0c67923c26d3b6e0eae6ce1e (diff) |
INTEGRATION: CWS oj14 (1.19.8); FILE MERGED
2006/12/18 16:24:31 oj 1.19.8.6: RESYNC: (1.21-1.22); FILE MERGED
2006/11/07 09:46:23 oj 1.19.8.5: RESYNC: (1.20-1.21); FILE MERGED
2006/07/04 08:20:29 oj 1.19.8.4: RESYNC: (1.19-1.20); FILE MERGED
2006/04/25 12:49:35 oj 1.19.8.3: new include
2006/03/20 07:48:55 oj 1.19.8.2: use of module client helper
2006/01/03 07:49:24 oj 1.19.8.1: changed module client
-rw-r--r-- | dbaccess/source/ui/querydesign/TableWindowTitle.cxx | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/dbaccess/source/ui/querydesign/TableWindowTitle.cxx b/dbaccess/source/ui/querydesign/TableWindowTitle.cxx index 104596b9914f..87bf4a9a432f 100644 --- a/dbaccess/source/ui/querydesign/TableWindowTitle.cxx +++ b/dbaccess/source/ui/querydesign/TableWindowTitle.cxx @@ -4,9 +4,9 @@ * * $RCSfile: TableWindowTitle.cxx,v $ * - * $Revision: 1.22 $ + * $Revision: 1.23 $ * - * last change: $Author: kz $ $Date: 2006-12-13 16:54:41 $ + * last change: $Author: rt $ $Date: 2007-07-06 08:40:14 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -59,9 +59,6 @@ #ifndef DBACCESS_SHARED_DBUSTRINGS_HRC #include "dbustrings.hrc" #endif -#ifndef _DBAUI_MODULE_DBU_HXX_ -#include "moduledbu.hxx" -#endif #ifndef _CNTIDS_HRC #include <sfx2/cntids.hrc> #endif |