summaryrefslogtreecommitdiff
path: root/include/sfx2/passwd.hxx
diff options
context:
space:
mode:
authorLaurent Balland-Poirier <laurent.balland-poirier@laposte.net>2014-06-03 19:11:54 +0200
committerCaolán McNamara <caolanm@redhat.com>2014-06-04 08:29:03 +0000
commita4440671a9de18ebf944ed09c432a98908d79f5e (patch)
treea0b9e798c34db4fb19d39ded5cd1af52599e4a53 /include/sfx2/passwd.hxx
parente3a2585c9a2761430e21d60882d875f2b9e5c707 (diff)
fdo#79597 Password UI: correct typo for 1 character
Display a different string in case of 1 character for minimum length Change-Id: Iba2fbbb7d4101718def7c79ce5354debf5d97041 Reviewed-on: https://gerrit.libreoffice.org/9631 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/sfx2/passwd.hxx')
-rw-r--r--include/sfx2/passwd.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sfx2/passwd.hxx b/include/sfx2/passwd.hxx
index 789e44442fd9..ed96e330cc18 100644
--- a/include/sfx2/passwd.hxx
+++ b/include/sfx2/passwd.hxx
@@ -61,6 +61,7 @@ private:
OKButton* mpOKBtn;
OUString maMinLenPwdStr;
+ OUString maMinLenPwdStr1;
OUString maEmptyPwdStr;
OUString maMainPwdStr;
sal_uInt16 mnMinLen;