diff options
author | Ocke Janssen <oj@openoffice.org> | 2000-10-17 08:15:19 +0000 |
---|---|---|
committer | Ocke Janssen <oj@openoffice.org> | 2000-10-17 08:15:19 +0000 |
commit | a5228a8f434a6a5fadb87384a66041bc1964b037 (patch) | |
tree | 2ce197d8b851facb14333b2319931cf38f4c979e /connectivity/source/drivers/dbase/DConnection.cxx | |
parent | 1e7414338e828d9d27cbd228a09c5b7087fefd2d (diff) |
class renamed
Diffstat (limited to 'connectivity/source/drivers/dbase/DConnection.cxx')
-rw-r--r-- | connectivity/source/drivers/dbase/DConnection.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/connectivity/source/drivers/dbase/DConnection.cxx b/connectivity/source/drivers/dbase/DConnection.cxx index ecf8b8efb4b3..fcaae386a191 100644 --- a/connectivity/source/drivers/dbase/DConnection.cxx +++ b/connectivity/source/drivers/dbase/DConnection.cxx @@ -2,9 +2,9 @@ * * $RCSfile: DConnection.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: fs $ $Date: 2000-10-06 14:51:31 $ + * last change: $Author: oj $ $Date: 2000-10-17 09:15:19 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -159,8 +159,8 @@ Reference< XPreparedStatement > SAL_CALL ODbaseConnection::prepareStatement( con throw DisposedException(); ODbasePreparedStatement* pStmt = new ODbasePreparedStatement(this,m_aTypeInfo); - pStmt->construct(sql); Reference< XPreparedStatement > xHoldAlive = pStmt; + pStmt->construct(sql); m_aStatements.push_back(WeakReferenceHelper(*pStmt)); return pStmt; } |