diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-08-02 16:11:36 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-08-02 16:11:36 +0000 |
commit | 0830cbae4d04521900940cfd1344c51ac4ff6213 (patch) | |
tree | 962d9b3c8aef0d132f2b794c93a4a555c737f6bc /connectivity | |
parent | f414cfdc99ff02bca601597e779c0547a8616f87 (diff) |
INTEGRATION: CWS insight01 (1.7.104); FILE MERGED
2004/03/06 16:04:34 oj 1.7.104.1: #i14237# hold statment not more as weak
Diffstat (limited to 'connectivity')
-rw-r--r-- | connectivity/source/inc/ado/APreparedStatement.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/connectivity/source/inc/ado/APreparedStatement.hxx b/connectivity/source/inc/ado/APreparedStatement.hxx index 8d47ed5ecffe..6b792944b17a 100644 --- a/connectivity/source/inc/ado/APreparedStatement.hxx +++ b/connectivity/source/inc/ado/APreparedStatement.hxx @@ -2,9 +2,9 @@ * * $RCSfile: APreparedStatement.hxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: fs $ $Date: 2002-01-18 16:23:14 $ + * last change: $Author: hr $ $Date: 2004-08-02 17:11:36 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -114,7 +114,7 @@ namespace connectivity const OTypeInfoMap& m_aTypeInfo; ADOParameters* m_pParameters; - ~OPreparedStatement(); + virtual ~OPreparedStatement(); public: DECLARE_SERVICE_INFO(); |