diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-11-01 14:14:51 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-11-01 14:14:51 +0000 |
commit | 839cae7f4d4b8d5606e6ac101fd30aba43d6d031 (patch) | |
tree | 5268b5488ce9de502741101c0552ddf87fced846 /dbaccess/source/ui/inc/ConnectionLineData.hxx | |
parent | 291d8f10d07764b94c4fc4c8cd37ac0dd15b78f1 (diff) |
INTEGRATION: CWS dba24b (1.5.308); FILE MERGED
2007/09/28 11:56:41 oj 1.5.308.2: RESYNC: (1.5-1.6); FILE MERGED
2007/08/22 11:41:58 oj 1.5.308.1: #i76374# handle cross join as natural join now in query design
Diffstat (limited to 'dbaccess/source/ui/inc/ConnectionLineData.hxx')
-rw-r--r-- | dbaccess/source/ui/inc/ConnectionLineData.hxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/dbaccess/source/ui/inc/ConnectionLineData.hxx b/dbaccess/source/ui/inc/ConnectionLineData.hxx index 08c6787fc861..9d3c04a9ba0b 100644 --- a/dbaccess/source/ui/inc/ConnectionLineData.hxx +++ b/dbaccess/source/ui/inc/ConnectionLineData.hxx @@ -4,9 +4,9 @@ * * $RCSfile: ConnectionLineData.hxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: hr $ $Date: 2007-09-26 14:49:25 $ + * last change: $Author: hr $ $Date: 2007-11-01 15:14:51 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -106,7 +106,6 @@ namespace dbaui ::rtl::OUString GetSourceFieldName() const { return GetFieldName(JTCS_FROM); } ::rtl::OUString GetDestFieldName() const { return GetFieldName(JTCS_TO); } - bool IsValid() const; bool Reset(); OConnectionLineData& operator=( const OConnectionLineData& rConnLineData ); }; |