summaryrefslogtreecommitdiff
path: root/connectivity/source/inc/file
diff options
context:
space:
mode:
authorOcke Janssen <oj@openoffice.org>2001-05-23 13:05:55 +0000
committerOcke Janssen <oj@openoffice.org>2001-05-23 13:05:55 +0000
commit49e88dccc4b6a84f5f53a9ec86aff73dc850cf92 (patch)
treee2e97eec237c9148323935e47cecdeff0209d2b0 /connectivity/source/inc/file
parentd868669cf6fef17c744f7f19fa5d70d05af2ae56 (diff)
#87325# impl dtor
Diffstat (limited to 'connectivity/source/inc/file')
-rw-r--r--connectivity/source/inc/file/FStatement.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/connectivity/source/inc/file/FStatement.hxx b/connectivity/source/inc/file/FStatement.hxx
index 30f50766a86f..062df51d98d0 100644
--- a/connectivity/source/inc/file/FStatement.hxx
+++ b/connectivity/source/inc/file/FStatement.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: FStatement.hxx,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: oj $ $Date: 2001-04-30 09:59:56 $
+ * last change: $Author: oj $ $Date: 2001-05-23 14:05:55 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -170,6 +170,7 @@ namespace connectivity
virtual ::cppu::IPropertyArrayHelper* createArrayHelper( ) const;
// OPropertySetHelper
virtual ::cppu::IPropertyArrayHelper & SAL_CALL getInfoHelper();
+ virtual ~OStatement_Base();
public:
connectivity::OSQLParseNode* getParseTree() const { return m_pParseTree;}