[Libreoffice-commits] .: Branch 'libreoffice-3-4' - sfx2/source
Tor Lillqvist
tml at kemper.freedesktop.org
Thu Jun 16 10:49:29 PDT 2011
sfx2/source/dialog/passwd.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit a3410712994077e8a4687cc90da6f6299f2e5e7d
Author: Andras Timar <atimar at suse.com>
Date: Thu Jun 16 18:30:34 2011 +0200
set default min password length in ctor of password dialog fdo#37771
Signed-off-by: Tor Lillqvist <tlillqvist at novell.com>
diff --git a/sfx2/source/dialog/passwd.cxx b/sfx2/source/dialog/passwd.cxx
index 86eb82a..6ac28a7 100644
--- a/sfx2/source/dialog/passwd.cxx
+++ b/sfx2/source/dialog/passwd.cxx
@@ -124,6 +124,7 @@ SfxPasswordDialog::SfxPasswordDialog( Window* pParent, const String* pGroupText
maMinLenPwdStr ( SfxResId( STR_PASSWD_MIN_LEN ) ),
maEmptyPwdStr ( SfxResId( STR_PASSWD_EMPTY ) ),
maMainPwdStr ( ),
+ mnMinLen ( 5 ),
mnExtras ( 0 ),
mbAsciiOnly ( false )
More information about the Libreoffice-commits
mailing list