Kaydet (Commit) f50df7e0 authored tarafından Andras Timar's avatar Andras Timar

set default min password length in ctor of password dialog fdo#37771

üst fd5bbcfe
...@@ -124,6 +124,7 @@ SfxPasswordDialog::SfxPasswordDialog( Window* pParent, const String* pGroupText ...@@ -124,6 +124,7 @@ SfxPasswordDialog::SfxPasswordDialog( Window* pParent, const String* pGroupText
maMinLenPwdStr ( SfxResId( STR_PASSWD_MIN_LEN ) ), maMinLenPwdStr ( SfxResId( STR_PASSWD_MIN_LEN ) ),
maEmptyPwdStr ( SfxResId( STR_PASSWD_EMPTY ) ), maEmptyPwdStr ( SfxResId( STR_PASSWD_EMPTY ) ),
maMainPwdStr ( ), maMainPwdStr ( ),
mnMinLen ( 5 ),
mnExtras ( 0 ), mnExtras ( 0 ),
mbAsciiOnly ( false ) mbAsciiOnly ( false )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment