diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-02-07 12:30:34 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-02-07 12:36:03 +0100 |
commit | cf0448b95d9af2c98666a7c832e6756ba8a48d96 (patch) | |
tree | c943fd49afd3e2af45146baa8686518ee80415aa /include/svl/broadcast.hxx | |
parent | f4479461dfc719d1a2bf9765a06be0cb7b1d7bf9 (diff) |
loplugin:deletedspecial
Change-Id: Id4f2e6cd7d689ac0b4688d92780b48d51427307a
Diffstat (limited to 'include/svl/broadcast.hxx')
-rw-r--r-- | include/svl/broadcast.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svl/broadcast.hxx b/include/svl/broadcast.hxx index a73abea3956e..f34c0ad4c12f 100644 --- a/include/svl/broadcast.hxx +++ b/include/svl/broadcast.hxx @@ -34,7 +34,7 @@ public: typedef std::vector<SvtListener*> ListenersType; private: - const SvtBroadcaster& operator=(const SvtBroadcaster &); // verboten + const SvtBroadcaster& operator=(const SvtBroadcaster &) SAL_DELETED_FUNCTION; /** * Ensure that the container doesn't contain any duplicated listener |