summaryrefslogtreecommitdiff
path: root/filter/source
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2013-01-31 10:06:07 -0500
committerCaolán McNamara <caolanm@redhat.com>2013-02-06 22:49:47 +0000
commitf26d3e43e8ead5c978a7efd1c7a84c8cd0a2758b (patch)
treee595100e2d597d4cde6fdc814dd325a483617bc3 /filter/source
parent5cf8fc6fd2de28c218ad55d9b2e699ad932933f0 (diff)
bnc#437516: Hide minimum password info in the password dialog.
When launching it from the Security tab of the PDF Options dialog during PDF export. Change-Id: Ife2d3a7b508ba2e077018d11478ad680d18d3f0d Reviewed-on: https://gerrit.libreoffice.org/1946 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'filter/source')
-rw-r--r--filter/source/pdf/impdialog.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/filter/source/pdf/impdialog.cxx b/filter/source/pdf/impdialog.cxx
index 870209fb7bd2..1304c5e55765 100644
--- a/filter/source/pdf/impdialog.cxx
+++ b/filter/source/pdf/impdialog.cxx
@@ -1288,6 +1288,7 @@ IMPL_LINK_NOARG(ImpPDFTabSecurityPage, ClickmaPbSetPwdHdl)
{
SfxPasswordDialog aPwdDialog( this, &msUserPwdTitle );
aPwdDialog.SetMinLen( 0 );
+ aPwdDialog.ShowMinLengthText(false);
aPwdDialog.ShowExtras( SHOWEXTRAS_CONFIRM | SHOWEXTRAS_PASSWORD2 | SHOWEXTRAS_CONFIRM2 );
aPwdDialog.SetText( maStrSetPwd );
aPwdDialog.SetGroup2Text( msOwnerPwdTitle );