From 2c8fe2e737b84ecd3dbac36a4fe6bd061bbd3bae Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 16 May 2016 10:11:04 +0200 Subject: update unusedmethods plugin to deal with constructors and fix the operator< implementations in some of the other plugins too. Change-Id: Ie5631e0cdc8d2a994ad2af2533cdb558a6cfc035 Reviewed-on: https://gerrit.libreoffice.org/25057 Tested-by: Jenkins Reviewed-by: Noel Grandin --- configmgr/source/nodemap.hxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'configmgr') diff --git a/configmgr/source/nodemap.hxx b/configmgr/source/nodemap.hxx index 77c9dd050db4..1fcfed87f81e 100644 --- a/configmgr/source/nodemap.hxx +++ b/configmgr/source/nodemap.hxx @@ -32,8 +32,7 @@ class NodeMap { NodeMapImpl maImpl; - NodeMap(const NodeMap &rMap) : - maImpl(rMap.maImpl) { clearCache(); } + NodeMap(const NodeMap &rMap) = delete; public: typedef NodeMapImpl::iterator iterator; -- cgit