diff options
author | Andras Timar <atimar@suse.com> | 2011-06-16 18:30:34 +0200 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2011-06-16 18:32:20 +0200 |
commit | 6ab5952f6d952e5f96428b631e91a208ea21d4aa (patch) | |
tree | ecec4c420762974d8cd3be5ad55efe69f7b03d9f | |
parent | 420610eab24f51ffd3827b7e81a22adbc49220b4 (diff) |
set default min password length in ctor of password dialog fdo#37771
-rw-r--r-- | sfx2/source/dialog/passwd.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sfx2/source/dialog/passwd.cxx b/sfx2/source/dialog/passwd.cxx index 86eb82ac1f..6ac28a7add 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 ) |