summaryrefslogtreecommitdiff
path: root/connectivity/source/inc/file/FStatement.hxx
diff options
context:
space:
mode:
authorFrank Schönheit <fs@openoffice.org>2001-04-12 14:12:41 +0000
committerFrank Schönheit <fs@openoffice.org>2001-04-12 14:12:41 +0000
commit4ca65dc408553a08cb9f3b052f5c18277afa45f5 (patch)
tree48329a3623972c9f4ac66ccf48d4ab828d617833 /connectivity/source/inc/file/FStatement.hxx
parent00a8ef86d3d8087bdf56a683d4386998aa5e2f85 (diff)
corrected OSubComponent so that objects are destroyed correctly
Diffstat (limited to 'connectivity/source/inc/file/FStatement.hxx')
-rw-r--r--connectivity/source/inc/file/FStatement.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/connectivity/source/inc/file/FStatement.hxx b/connectivity/source/inc/file/FStatement.hxx
index f46c6cffb27a..2c629c8c6c3a 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.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: oj $ $Date: 2001-04-06 14:04:04 $
+ * last change: $Author: fs $ $Date: 2001-04-12 15:10:59 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -209,13 +209,13 @@ namespace connectivity
};
class OStatement_BASE2 : public OStatement_Base,
- public connectivity::OSubComponent< OStatement_BASE2>
+ public connectivity::OSubComponent<OStatement_BASE2, OStatement_BASE>
{
- friend class connectivity::OSubComponent< OStatement_BASE2>;
+ friend class connectivity::OSubComponent<OStatement_BASE2, OStatement_BASE>;
public:
OStatement_BASE2(OConnection* _pConnection ) : OStatement_Base(_pConnection ),
- connectivity::OSubComponent< OStatement_BASE2>((::cppu::OWeakObject*)_pConnection, this){}
+ connectivity::OSubComponent<OStatement_BASE2, OStatement_BASE>((::cppu::OWeakObject*)_pConnection, this){}
// OComponentHelper
virtual void SAL_CALL disposing(void);
// XInterface