summaryrefslogtreecommitdiff
path: root/connectivity/source/inc/dbase/DIndexColumns.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/inc/dbase/DIndexColumns.hxx')
-rw-r--r--connectivity/source/inc/dbase/DIndexColumns.hxx13
1 files changed, 2 insertions, 11 deletions
diff --git a/connectivity/source/inc/dbase/DIndexColumns.hxx b/connectivity/source/inc/dbase/DIndexColumns.hxx
index 08786d06a94b..291419f8aec9 100644
--- a/connectivity/source/inc/dbase/DIndexColumns.hxx
+++ b/connectivity/source/inc/dbase/DIndexColumns.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: DIndexColumns.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: oj $ $Date: 2002-07-04 06:36:42 $
+ * last change: $Author: oj $ $Date: 2002-07-05 08:09:58 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -93,15 +93,6 @@ namespace connectivity
, m_pIndex(_pIndex)
{}
- inline static void * SAL_CALL operator new( size_t nSize ) SAL_THROW( () )
- { return ::rtl_allocateMemory( nSize ); }
- inline static void * SAL_CALL operator new( size_t nSize,const void* _pHint ) SAL_THROW( () )
- { return const_cast<void*>(_pHint); }
- inline static void SAL_CALL operator delete( void * pMem ) SAL_THROW( () )
- { ::rtl_freeMemory( pMem ); }
- inline static void SAL_CALL operator delete( void * pMem,const void* _pHint ) SAL_THROW( () )
- { }
-
};
}
}