summaryrefslogtreecommitdiff
path: root/include/svl/lstner.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svl/lstner.hxx')
-rw-r--r--include/svl/lstner.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svl/lstner.hxx b/include/svl/lstner.hxx
index 521c1979f9f3..e3ce43ff9cf0 100644
--- a/include/svl/lstner.hxx
+++ b/include/svl/lstner.hxx
@@ -31,7 +31,7 @@ class SVL_DLLPUBLIC SfxListener
Impl* mpImpl;
private:
- const SfxListener& operator=(const SfxListener &) SAL_DELETED_FUNCTION;
+ const SfxListener& operator=(const SfxListener &) = delete;
public:
TYPEINFO();