summaryrefslogtreecommitdiffstats
path: root/connectivity/source/inc/TSkipDeletedSet.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/inc/TSkipDeletedSet.hxx')
-rw-r--r--connectivity/source/inc/TSkipDeletedSet.hxx9
1 files changed, 0 insertions, 9 deletions
diff --git a/connectivity/source/inc/TSkipDeletedSet.hxx b/connectivity/source/inc/TSkipDeletedSet.hxx
index 6e177c877f54..373e87ea3d7b 100644
--- a/connectivity/source/inc/TSkipDeletedSet.hxx
+++ b/connectivity/source/inc/TSkipDeletedSet.hxx
@@ -41,15 +41,6 @@ namespace connectivity
OSkipDeletedSet(IResultSetHelper* _pHelper);
~OSkipDeletedSet();
- static void * operator new( size_t nSize )
- { return ::rtl_allocateMemory( nSize ); }
- static void * operator new( size_t,void* _pHint )
- { return _pHint; }
- static void operator delete( void * pMem )
- { ::rtl_freeMemory( pMem ); }
- static void operator delete( void *,void* )
- { }
-
/**
skipDeleted moves the resultset to the position defined by the parameters
it guarantees that the row isn't deleted