summaryrefslogtreecommitdiff
path: root/include/svl/itempool.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-02-07 12:30:34 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-02-07 12:36:03 +0100
commitcf0448b95d9af2c98666a7c832e6756ba8a48d96 (patch)
treec943fd49afd3e2af45146baa8686518ee80415aa /include/svl/itempool.hxx
parentf4479461dfc719d1a2bf9765a06be0cb7b1d7bf9 (diff)
loplugin:deletedspecial
Change-Id: Id4f2e6cd7d689ac0b4688d92780b48d51427307a
Diffstat (limited to 'include/svl/itempool.hxx')
-rw-r--r--include/svl/itempool.hxx2
1 files changed, 1 insertions, 1 deletions
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_;
};