diff options
Diffstat (limited to 'include/sfx2/request.hxx')
-rw-r--r-- | include/sfx2/request.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sfx2/request.hxx b/include/sfx2/request.hxx index f862cb0f279a..5aafc55e357f 100644 --- a/include/sfx2/request.hxx +++ b/include/sfx2/request.hxx @@ -108,7 +108,7 @@ public: void ForgetAllArgs(); private: - const SfxRequest& operator=(const SfxRequest &); // n.i.!! + const SfxRequest& operator=(const SfxRequest &) SAL_DELETED_FUNCTION; }; |