diff options
author | Ocke Janssen <oj@openoffice.org> | 2001-10-08 06:32:36 +0000 |
---|---|---|
committer | Ocke Janssen <oj@openoffice.org> | 2001-10-08 06:32:36 +0000 |
commit | 38a4d9037e6f139f8bf85bcff4f28ed58773fef7 (patch) | |
tree | b44e35fe136fa498175cd2bdad1d7df65254bc0b /dbaccess/source/ui/querydesign/QTableConnectionData.cxx | |
parent | 07c9038aef09d85b574544d3a4a213421defbd2d (diff) |
#92786# refcount implemented for connectiondata and sqlexception catched
Diffstat (limited to 'dbaccess/source/ui/querydesign/QTableConnectionData.cxx')
-rw-r--r-- | dbaccess/source/ui/querydesign/QTableConnectionData.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dbaccess/source/ui/querydesign/QTableConnectionData.cxx b/dbaccess/source/ui/querydesign/QTableConnectionData.cxx index 92d72e885..f10f841dc 100644 --- a/dbaccess/source/ui/querydesign/QTableConnectionData.cxx +++ b/dbaccess/source/ui/querydesign/QTableConnectionData.cxx @@ -2,9 +2,9 @@ * * $RCSfile: QTableConnectionData.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: oj $ $Date: 2001-10-05 06:49:18 $ + * last change: $Author: oj $ $Date: 2001-10-08 07:32:33 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -121,7 +121,7 @@ OQueryTableConnectionData::~OQueryTableConnectionData() } //------------------------------------------------------------------------ -OConnectionLineData* OQueryTableConnectionData::CreateLineDataObj() +OConnectionLineDataRef OQueryTableConnectionData::CreateLineDataObj() { DBG_CHKTHIS(OQueryTableConnectionData,NULL); // keine Spezialisierung bei den LineDatas, also eine Instanz der Standard-Klasse @@ -129,7 +129,7 @@ OConnectionLineData* OQueryTableConnectionData::CreateLineDataObj() } //------------------------------------------------------------------------ -OConnectionLineData* OQueryTableConnectionData::CreateLineDataObj( const OConnectionLineData& rConnLineData ) +OConnectionLineDataRef OQueryTableConnectionData::CreateLineDataObj( const OConnectionLineData& rConnLineData ) { DBG_CHKTHIS(OQueryTableConnectionData,NULL); return new OConnectionLineData( rConnLineData ); |