From 9a831a6c19a30869782cfeb17f1c649a4ce4d9d9 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 16 Apr 2018 16:54:25 +0200 Subject: 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 Reviewed-by: Noel Grandin --- sw/inc/unotxdoc.hxx | 4 ---- 1 file changed, 4 deletions(-) (limited to 'sw/inc/unotxdoc.hxx') diff --git a/sw/inc/unotxdoc.hxx b/sw/inc/unotxdoc.hxx index 3d1577d52d0f..131868206464 100644 --- a/sw/inc/unotxdoc.hxx +++ b/sw/inc/unotxdoc.hxx @@ -450,10 +450,6 @@ public: css::uno::Reference< css::uno::XInterface > const & xLastResult); SwDocShell* GetDocShell() {return pDocShell;} - - void * operator new( size_t ) throw(); - void operator delete( void * ) throw(); - }; class SwXLinkTargetSupplier : public cppu::WeakImplHelper -- cgit