summaryrefslogtreecommitdiff
path: root/cui/source/inc/passwdomdlg.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-02-07 12:12:07 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-02-07 12:35:57 +0100
commitd8ade650a7fb3cb5919234226622ca1972f03dc6 (patch)
tree641858c436098ab43af68b0d80b993b6ce1027f1 /cui/source/inc/passwdomdlg.hxx
parentedbb1b6be7ea0121d52b22ece5e16b8ef252d724 (diff)
loplugin:deletedspecial
Change-Id: I80e009f4fc4fcef9df20619ca97783ed1f2e7e6f
Diffstat (limited to 'cui/source/inc/passwdomdlg.hxx')
-rw-r--r--cui/source/inc/passwdomdlg.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/cui/source/inc/passwdomdlg.hxx b/cui/source/inc/passwdomdlg.hxx
index 5a81d8b9c06b..9dd7aca1e11b 100644
--- a/cui/source/inc/passwdomdlg.hxx
+++ b/cui/source/inc/passwdomdlg.hxx
@@ -32,9 +32,8 @@ class PasswordToOpenModifyDialog : public SfxModalDialog
{
std::unique_ptr< PasswordToOpenModifyDialog_Impl > m_pImpl;
- // disallow use of copy c-tor and assignment operator
- PasswordToOpenModifyDialog( const PasswordToOpenModifyDialog & );
- PasswordToOpenModifyDialog & operator = ( const PasswordToOpenModifyDialog & );
+ PasswordToOpenModifyDialog( const PasswordToOpenModifyDialog & ) SAL_DELETED_FUNCTION;
+ PasswordToOpenModifyDialog & operator = ( const PasswordToOpenModifyDialog & ) SAL_DELETED_FUNCTION;
public:
PasswordToOpenModifyDialog( vcl::Window * pParent, sal_uInt16 nMinPasswdLen,