From cf0448b95d9af2c98666a7c832e6756ba8a48d96 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Sat, 7 Feb 2015 12:30:34 +0100 Subject: loplugin:deletedspecial Change-Id: Id4f2e6cd7d689ac0b4688d92780b48d51427307a --- include/svl/itempool.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/svl/itempool.hxx') diff --git a/include/svl/itempool.hxx b/include/svl/itempool.hxx index c458cef78443..b6944dbae57e 100644 --- a/include/svl/itempool.hxx +++ b/include/svl/itempool.hxx @@ -213,7 +213,7 @@ public: static const SfxItemPool* GetStoringPool(); private: - const SfxItemPool& operator=(const SfxItemPool &); // n.i.!! + const SfxItemPool& operator=(const SfxItemPool &) SAL_DELETED_FUNCTION; static const SfxItemPool* pStoringPool_; }; -- cgit