summaryrefslogtreecommitdiffstats
path: root/include/connectivity/FValue.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-04-16 16:54:25 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-04-17 09:09:33 +0200
commit9a831a6c19a30869782cfeb17f1c649a4ce4d9d9 (patch)
tree690a29bf99b90c18b2b7f8ce7829a9b932a2f0fc /include/connectivity/FValue.hxx
parenttdf#42949 Remove unnecessary localization headers from sw (diff)
downloadcore-9a831a6c19a30869782cfeb17f1c649a4ce4d9d9.tar.gz
core-9a831a6c19a30869782cfeb17f1c649a4ce4d9d9.zip
remove no longer necessary operator new/delete overrides
and use "using" statements for the places where the overrides were resolving ambiguities Change-Id: Icb1d1a41f19e00f28a19947aa2c40bd5778fff94 Reviewed-on: https://gerrit.libreoffice.org/52993 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
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);