[Libreoffice-commits] .: Branch 'libreoffice-3-4-1' - sfx2/source

Cédric Bosdonnat cbosdo at kemper.freedesktop.org
Fri Jun 17 01:21:08 PDT 2011


 sfx2/source/dialog/passwd.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 0296fabc3ceafb000eb983f1889afb368012056f
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: Cédric Bosdonnat <cedric.bosdonnat.ooo at free.fr>

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