diff options
Diffstat (limited to 'include/svl/itempool.hxx')
-rw-r--r-- | include/svl/itempool.hxx | 2 |
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_; }; |