summaryrefslogtreecommitdiff
path: root/include/connectivity/FValue.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/connectivity/FValue.hxx')
-rw-r--r--include/connectivity/FValue.hxx9
1 files changed, 0 insertions, 9 deletions
diff --git a/include/connectivity/FValue.hxx b/include/connectivity/FValue.hxx
index 65302f814c72..86a94273d352 100644
--- a/include/connectivity/FValue.hxx
+++ b/include/connectivity/FValue.hxx
@@ -278,15 +278,6 @@ namespace connectivity
free();
}
- static void * operator new( size_t nSize )
- { return ::rtl_allocateMemory( nSize ); }
- static void * operator new( size_t,void* _pHint )
- { return _pHint; }
- static void operator delete( void * pMem )
- { ::rtl_freeMemory( pMem ); }
- static void operator delete( void *,void* )
- { }
-
ORowSetValue& operator=(const ORowSetValue& _rRH);
ORowSetValue& operator=(ORowSetValue&& _rRH);