diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-02-07 12:31:51 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-02-07 12:36:03 +0100 |
commit | ec3aae40ec0b0b39dc255041919fda77a343f831 (patch) | |
tree | 197d3ef067d2a971dc1ebe9f1de9f5c5435671d9 /sw/inc/editsh.hxx | |
parent | 6e26cc140bf0254a88a1d4c6e82cbaee39ced418 (diff) |
loplugin:deletedspecial
Change-Id: Ia2b137e0167966a3d0b60f3c642a106834da8f1c
Diffstat (limited to 'sw/inc/editsh.hxx')
-rw-r--r-- | sw/inc/editsh.hxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sw/inc/editsh.hxx b/sw/inc/editsh.hxx index 34c44092b7f0..7c2e9e3d5484 100644 --- a/sw/inc/editsh.hxx +++ b/sw/inc/editsh.hxx @@ -943,9 +943,8 @@ public: virtual ~SwEditShell(); private: - /// For METWARE: no copying and no assignment. - SwEditShell(const SwEditShell &); - const SwEditShell &operator=(const SwEditShell &); + SwEditShell(const SwEditShell &) SAL_DELETED_FUNCTION; + const SwEditShell &operator=(const SwEditShell &) SAL_DELETED_FUNCTION; }; inline const sfx2::LinkManager& SwEditShell::GetLinkManager() const |