summaryrefslogtreecommitdiff
path: root/uui/source/passcrtdlg.cxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2005-03-15 10:44:53 +0000
committerOliver Bolte <obo@openoffice.org>2005-03-15 10:44:53 +0000
commit6190e1003a906cbe040ef117ad919ecda70e4c67 (patch)
tree25e524f6cf0c2a5d21473e4c07b5b31ea75930c3 /uui/source/passcrtdlg.cxx
parenta44095bc446cbb9b52b8d9f48369f69ea844d42d (diff)
INTEGRATION: CWS mav17 (1.2.192); FILE MERGED
2005/02/17 16:28:40 mav 1.2.192.1: #i32095# remove limit for password a document can be stored with
Diffstat (limited to 'uui/source/passcrtdlg.cxx')
-rw-r--r--uui/source/passcrtdlg.cxx8
1 files changed, 2 insertions, 6 deletions
diff --git a/uui/source/passcrtdlg.cxx b/uui/source/passcrtdlg.cxx
index 97c83f704c..967f3946e0 100644
--- a/uui/source/passcrtdlg.cxx
+++ b/uui/source/passcrtdlg.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: passcrtdlg.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: mav $ $Date: 2002-10-31 11:08:37 $
+ * last change: $Author: obo $ $Date: 2005-03-15 11:44:53 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -76,8 +76,6 @@
#include <passcrtdlg.hxx>
#endif
-#define MAX_PASSWORD_LEN ( (sal_uInt16) 16 )
-
// PasswordCreateDialog---------------------------------------------------
// -----------------------------------------------------------------------
@@ -133,7 +131,5 @@ PasswordCreateDialog::PasswordCreateDialog
aEDPasswordCrt.SetModifyHdl( LINK( this, PasswordCreateDialog, EditHdl_Impl ) );
aOKBtn.Enable( sal_False );
- aEDPasswordCrt.SetMaxTextLen( MAX_PASSWORD_LEN );
- aEDPasswordRepeat.SetMaxTextLen( MAX_PASSWORD_LEN );
};