Kaydet (Commit) af318eeb authored tarafından Katarina Behrens's avatar Katarina Behrens

tdf#113304,filepicker: encrypt w/ GPG only when it makes sense

remotely gpg4libre-related

Change-Id: Iec6f1ca04e55c8d66e65bb8d349b613b66ad1c69
Reviewed-on: https://gerrit.libreoffice.org/44137Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarKatarina Behrens <Katarina.Behrens@cib.de>
üst cc25d8a3
......@@ -638,9 +638,6 @@ void SvtFileDialog::Init_Impl
pImpl->_pCbPassword->SetText( FpsResId( STR_SVT_FILEPICKER_PASSWORD ) );
pImpl->_pCbPassword->SetClickHdl( LINK( this, SvtFileDialog, ClickHdl_Impl ) );
pImpl->_pCbPassword->Show();
}
if ( nStyle & PickerFlags::Password )
{
pImpl->_pCbGPGEncrypt->SetClickHdl( LINK( this, SvtFileDialog, ClickHdl_Impl ) );
pImpl->_pCbGPGEncrypt->Show();
}
......
......@@ -454,7 +454,6 @@
<child>
<object class="GtkCheckButton" id="gpgencrypt">
<property name="label" translatable="yes" context="explorerfiledialog|gpgencrypt">Encrypt with GPG key</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
<property name="draw_indicator">True</property>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment