[Libreoffice-commits] .: sfx2/source

Andras Timar timar at kemper.freedesktop.org
Thu Jun 16 09:32:46 PDT 2011


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

New commits:
commit 6ab5952f6d952e5f96428b631e91a208ea21d4aa
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

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