summaryrefslogtreecommitdiffstats
path: root/include/svl/listener.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svl/listener.hxx')
-rw-r--r--include/svl/listener.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svl/listener.hxx b/include/svl/listener.hxx
index ed809faa4974..8ac8e08e91b3 100644
--- a/include/svl/listener.hxx
+++ b/include/svl/listener.hxx
@@ -31,7 +31,7 @@ class SVL_DLLPUBLIC SvtListener
typedef std::unordered_set<SvtBroadcaster*> BroadcastersType;
BroadcastersType maBroadcasters;
- const SvtListener& operator=(const SvtListener &) SAL_DELETED_FUNCTION;
+ const SvtListener& operator=(const SvtListener &) = delete;
public:
class SVL_DLLPUBLIC QueryBase