summaryrefslogtreecommitdiff
path: root/connectivity
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-03-02 11:35:45 +0000
committerRüdiger Timm <rt@openoffice.org>2004-03-02 11:35:45 +0000
commit0e0daa03cb58cebd723575bcf03fa38d613d2b47 (patch)
treeac2e1737deb31fd11d4ab80b740bb0ea44e2192e /connectivity
parent288594c60014d0613ebdc59c580c6a9ca3fb7a1f (diff)
INTEGRATION: CWS oj07 (1.3.110); FILE MERGED
2003/08/21 15:32:38 oj 1.3.110.1: #i17363# some refactoring and defense programming
Diffstat (limited to 'connectivity')
-rw-r--r--connectivity/source/inc/TSkipDeletedSet.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/connectivity/source/inc/TSkipDeletedSet.hxx b/connectivity/source/inc/TSkipDeletedSet.hxx
index 0edcd2639a40..aff8d5deb2c2 100644
--- a/connectivity/source/inc/TSkipDeletedSet.hxx
+++ b/connectivity/source/inc/TSkipDeletedSet.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: TSkipDeletedSet.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: oj $ $Date: 2002-07-05 07:03:02 $
+ * last change: $Author: rt $ $Date: 2004-03-02 12:35:45 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -86,6 +86,7 @@ namespace connectivity
sal_Bool moveAbsolute(sal_Int32 _nOffset,sal_Bool _bRetrieveData);
public:
OSkipDeletedSet(IResultSetHelper* _pHelper);
+ ~OSkipDeletedSet();
inline static void * SAL_CALL operator new( size_t nSize ) SAL_THROW( () )
{ return ::rtl_allocateMemory( nSize ); }