summaryrefslogtreecommitdiffstats
path: root/include/sfx2/request.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/sfx2/request.hxx')
-rw-r--r--include/sfx2/request.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sfx2/request.hxx b/include/sfx2/request.hxx
index c796d0cd66dc..e9ac976a5025 100644
--- a/include/sfx2/request.hxx
+++ b/include/sfx2/request.hxx
@@ -107,7 +107,7 @@ public:
void ForgetAllArgs();
private:
- const SfxRequest& operator=(const SfxRequest &) SAL_DELETED_FUNCTION;
+ const SfxRequest& operator=(const SfxRequest &) = delete;
};
template<class T> bool checkSfxPoolItem(const SfxPoolItem* pItem)