summaryrefslogtreecommitdiffstats
path: root/sw/inc/editsh.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/editsh.hxx')
-rw-r--r--sw/inc/editsh.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/inc/editsh.hxx b/sw/inc/editsh.hxx
index 1a1536b60f97..8010898fef90 100644
--- a/sw/inc/editsh.hxx
+++ b/sw/inc/editsh.hxx
@@ -946,8 +946,8 @@ public:
virtual ~SwEditShell();
private:
- SwEditShell(const SwEditShell &) SAL_DELETED_FUNCTION;
- const SwEditShell &operator=(const SwEditShell &) SAL_DELETED_FUNCTION;
+ SwEditShell(const SwEditShell &) = delete;
+ const SwEditShell &operator=(const SwEditShell &) = delete;
};
inline const sfx2::LinkManager& SwEditShell::GetLinkManager() const