diff options
Diffstat (limited to 'connectivity/source/inc/file/FColumns.hxx')
-rw-r--r-- | connectivity/source/inc/file/FColumns.hxx | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/connectivity/source/inc/file/FColumns.hxx b/connectivity/source/inc/file/FColumns.hxx index acfe7ebbb48a..eeea21b2181d 100644 --- a/connectivity/source/inc/file/FColumns.hxx +++ b/connectivity/source/inc/file/FColumns.hxx @@ -2,9 +2,9 @@ * * $RCSfile: FColumns.hxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: oj $ $Date: 2002-07-04 06:36:46 $ + * last change: $Author: oj $ $Date: 2002-07-05 08:07:46 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -93,16 +93,6 @@ namespace connectivity ) : sdbcx::OCollection(*_pTable,_pTable->getConnection()->getMetaData()->storesMixedCaseQuotedIdentifiers(),_rMutex,_rVector) ,m_pTable(_pTable) {} - - 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( () ) - { } - }; } } |