summaryrefslogtreecommitdiffstats
path: root/connectivity/source/inc/file/fcomp.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/inc/file/fcomp.hxx')
-rw-r--r--connectivity/source/inc/file/fcomp.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/connectivity/source/inc/file/fcomp.hxx b/connectivity/source/inc/file/fcomp.hxx
index 3706c1c07171..1485060873a1 100644
--- a/connectivity/source/inc/file/fcomp.hxx
+++ b/connectivity/source/inc/file/fcomp.hxx
@@ -48,13 +48,13 @@ namespace connectivity
virtual ~OPredicateCompiler() override;
- static void * SAL_CALL operator new( size_t nSize )
+ static void * operator new( size_t nSize )
{ return ::rtl_allocateMemory( nSize ); }
- static void * SAL_CALL operator new( size_t /*nSize*/,void* _pHint )
+ static void * operator new( size_t /*nSize*/,void* _pHint )
{ return _pHint; }
- static void SAL_CALL operator delete( void * pMem )
+ static void operator delete( void * pMem )
{ ::rtl_freeMemory( pMem ); }
- static void SAL_CALL operator delete( void * /*pMem*/,void* /*_pHint*/ )
+ static void operator delete( void * /*pMem*/,void* /*_pHint*/ )
{ }
void dispose();