summaryrefslogtreecommitdiff
path: root/connectivity/source/inc/file/FStatement.hxx
diff options
context:
space:
mode:
authorOcke Janssen <oj@openoffice.org>2002-07-05 07:07:52 +0000
committerOcke Janssen <oj@openoffice.org>2002-07-05 07:07:52 +0000
commit6a02139fb7afc6cd23aaff2a68b4ea1acb9bae00 (patch)
tree811672395d1398c180b8406f26fec5dc6311006c /connectivity/source/inc/file/FStatement.hxx
parentf6842997d5e9756cb651a079a5437a8957aae0c4 (diff)
#99549# insert and remove some delete and new operators
Diffstat (limited to 'connectivity/source/inc/file/FStatement.hxx')
-rw-r--r--connectivity/source/inc/file/FStatement.hxx13
1 files changed, 2 insertions, 11 deletions
diff --git a/connectivity/source/inc/file/FStatement.hxx b/connectivity/source/inc/file/FStatement.hxx
index 632a8da575cb..f7fac1a0f65e 100644
--- a/connectivity/source/inc/file/FStatement.hxx
+++ b/connectivity/source/inc/file/FStatement.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: FStatement.hxx,v $
*
- * $Revision: 1.17 $
+ * $Revision: 1.18 $
*
- * last change: $Author: oj $ $Date: 2002-07-04 06:36:50 $
+ * last change: $Author: oj $ $Date: 2002-07-05 08:07:50 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -213,15 +213,6 @@ namespace connectivity
::cppu::OBroadcastHelper& rBHelper;
OStatement_Base(OConnection* _pConnection );
- 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( () )
- { }
-
OConnection* getOwnConnection() const { return m_pConnection;}
using OStatement_BASE::operator ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >;