summaryrefslogtreecommitdiff
path: root/uui
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
commit7cd0921d96ab74576bc088e25277330d1d2411c5 (patch)
tree971e284c976df719072161cdd06ec5bba8a216b2 /uui
parentfc94030b342984e161bb57aa88c379b8743b119e (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')
-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 42699aa9b577..8cc9d4a52e12 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 );
};