summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndras Timar <atimar@suse.com>2011-06-16 18:30:34 +0200
committerTor Lillqvist <tlillqvist@novell.com>2011-06-16 20:47:12 +0300
commita3410712994077e8a4687cc90da6f6299f2e5e7d (patch)
treea20cd3605125abeb9aafd7649d12d56c09c4a763
parent8223b8c71e3b110539a7424cfca4607baac541de (diff)
set default min password length in ctor of password dialog fdo#37771
Signed-off-by: Tor Lillqvist <tlillqvist@novell.com>
-rw-r--r--sfx2/source/dialog/passwd.cxx1
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 )