diff options
Diffstat (limited to 'connectivity/source/inc/file/FDriver.hxx')
-rw-r--r-- | connectivity/source/inc/file/FDriver.hxx | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/connectivity/source/inc/file/FDriver.hxx b/connectivity/source/inc/file/FDriver.hxx index 8b215f114f58..c100c23153ca 100644 --- a/connectivity/source/inc/file/FDriver.hxx +++ b/connectivity/source/inc/file/FDriver.hxx @@ -2,9 +2,9 @@ * * $RCSfile: FDriver.hxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: oj $ $Date: 2002-07-04 06:36:48 $ + * last change: $Author: oj $ $Date: 2002-07-05 08:07:48 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -98,14 +98,6 @@ namespace connectivity public: OFileDriver(const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& _rxFactory); - 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( () ) - { } // OComponentHelper virtual void SAL_CALL disposing(void); // XInterface |