merge the formfield patch from ooo-build
[ooovba.git] / applied_patches / 0209-min-password-length-sfx2.diff
blob9f2f2491d5bba0acc49f19e429f8fbd48d2f1db5
1 diff --git sfx2/source/dialog/passwd.cxx sfx2/source/dialog/passwd.cxx
2 index 062fb9c..3bfe4d7 100644
3 --- sfx2/source/dialog/passwd.cxx
4 +++ sfx2/source/dialog/passwd.cxx
5 @@ -88,7 +88,7 @@ SfxPasswordDialog::SfxPasswordDialog( Window* pParent, const String* pGroupText
6 maHelpBtn ( this, SfxResId( BTN_PASSWD_HELP ) ),
7 maConfirmStr ( SfxResId( STR_PASSWD_CONFIRM ) ),
9 - mnMinLen ( 5 ),
10 + mnMinLen ( 1 ),
11 maMinLenPwdStr ( SfxResId( STR_PASSWD_MIN_LEN ) ),
12 maEmptyPwdStr ( SfxResId( STR_PASSWD_EMPTY ) ),
13 maMainPwdStr ( ),