diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-02-07 12:28:22 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-02-07 12:36:02 +0100 |
commit | 68adf20e1e89d6e19e8122b600c0fb675eaebdbd (patch) | |
tree | 19e09bef0cd43236230e79fc8acbb79fa0b13a78 /include/sfx2/shell.hxx | |
parent | b48874cd54deaacd858f9eaf0557d2b01bc25806 (diff) |
loplugin:deletedspecial
Change-Id: Ib9e704c3b27dad81eea44583c99ecdbc5449dd13
Diffstat (limited to 'include/sfx2/shell.hxx')
-rw-r--r-- | include/sfx2/shell.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/sfx2/shell.hxx b/include/sfx2/shell.hxx index 6af0a02ede38..a691b6a44e3d 100644 --- a/include/sfx2/shell.hxx +++ b/include/sfx2/shell.hxx @@ -142,8 +142,8 @@ class SFX2_DLLPUBLIC SfxShell: public SfxBroadcaster ::svl::IUndoManager* pUndoMgr; private: - SfxShell( const SfxShell & ); // internal - SfxShell& operator = ( const SfxShell & ); // internal + SfxShell( const SfxShell & ) SAL_DELETED_FUNCTION; + SfxShell& operator = ( const SfxShell & ) SAL_DELETED_FUNCTION; protected: /** |