summaryrefslogtreecommitdiff
path: root/include/basic/sbstar.hxx
diff options
context:
space:
mode:
authorArnaud Versini <arnaud.versini@gmail.com>2015-12-22 12:20:22 +0100
committerArnaud Versini <arnaud.versini@libreoffice.org>2015-12-30 18:27:27 +0000
commitf146ddadf5cb12790e85dc09b42303a89fde44ab (patch)
tree10746367b53b892e53af9a811580b722313c682b /include/basic/sbstar.hxx
parent5ff0c0c283217fdb87f78e1f06c90db0af16b59f (diff)
BASIC : Remove useless allocation operator overload
Change-Id: I134cdbfe388347264a810bbfbff8b4f9f373e663 Reviewed-on: https://gerrit.libreoffice.org/20873 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Arnaud Versini <arnaud.versini@libreoffice.org>
Diffstat (limited to 'include/basic/sbstar.hxx')
-rw-r--r--include/basic/sbstar.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/basic/sbstar.hxx b/include/basic/sbstar.hxx
index 2232efb47a37..8c02be3a8e01 100644
--- a/include/basic/sbstar.hxx
+++ b/include/basic/sbstar.hxx
@@ -93,9 +93,6 @@ public:
// not delivered to Parent.
virtual void SetModified( bool ) override;
- void* operator new( size_t );
- void operator delete( void* );
-
virtual void Insert( SbxVariable* ) override;
using SbxObject::Remove;
virtual void Remove( SbxVariable* ) override;