summaryrefslogtreecommitdiff
path: root/cui/source/inc/passwdomdlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cui/source/inc/passwdomdlg.hxx')
-rw-r--r--cui/source/inc/passwdomdlg.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/cui/source/inc/passwdomdlg.hxx b/cui/source/inc/passwdomdlg.hxx
index 27e964c5b28a..3b9258462ce9 100644
--- a/cui/source/inc/passwdomdlg.hxx
+++ b/cui/source/inc/passwdomdlg.hxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -40,14 +40,14 @@ struct PasswordToOpenModifyDialog_Impl;
class PasswordToOpenModifyDialog : public SfxModalDialog
{
std::auto_ptr< PasswordToOpenModifyDialog_Impl > m_pImpl;
-
+
// disallow use of copy c-tor and assignment operator
PasswordToOpenModifyDialog( const PasswordToOpenModifyDialog & );
PasswordToOpenModifyDialog & operator = ( const PasswordToOpenModifyDialog & );
-
+
public:
- PasswordToOpenModifyDialog( Window * pParent, sal_uInt16 nMinPasswdLen,
- sal_uInt16 nMaxPasswdLen /* 0 -> no max len enforced */,
+ PasswordToOpenModifyDialog( Window * pParent, sal_uInt16 nMinPasswdLen,
+ sal_uInt16 nMaxPasswdLen /* 0 -> no max len enforced */,
bool bIsPasswordToModify );
virtual ~PasswordToOpenModifyDialog();