summaryrefslogtreecommitdiff
path: root/include/svl/SfxBroadcaster.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/SfxBroadcaster.hxx
parentf4479461dfc719d1a2bf9765a06be0cb7b1d7bf9 (diff)
loplugin:deletedspecial
Change-Id: Id4f2e6cd7d689ac0b4688d92780b48d51427307a
Diffstat (limited to 'include/svl/SfxBroadcaster.hxx')
-rw-r--r--include/svl/SfxBroadcaster.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svl/SfxBroadcaster.hxx b/include/svl/SfxBroadcaster.hxx
index 60727de9c5aa..fc21f37f0bd4 100644
--- a/include/svl/SfxBroadcaster.hxx
+++ b/include/svl/SfxBroadcaster.hxx
@@ -34,7 +34,7 @@ class SVL_DLLPUBLIC SfxBroadcaster
private:
void AddListener( SfxListener& rListener );
void RemoveListener( SfxListener& rListener );
- const SfxBroadcaster& operator=(const SfxBroadcaster &); // verboten
+ const SfxBroadcaster& operator=(const SfxBroadcaster &) SAL_DELETED_FUNCTION;
protected:
void Forward(SfxBroadcaster& rBC, const SfxHint& rHint);