Kaydet (Commit) a3a95649 authored tarafından Xisco Fauli's avatar Xisco Fauli Kaydeden (comit) Caolán McNamara

tdf#120703 (PVS): Recurring check.

V571 The 'bOk' condition was already verified in line 1553.

Change-Id: I19a30071ebfc1937d03f2fdfcbfc12017e3e835e
Reviewed-on: https://gerrit.libreoffice.org/62156
Tested-by: Jenkins
Reviewed-by: 's avatarCaolán McNamara <caolanm@redhat.com>
Tested-by: 's avatarCaolán McNamara <caolanm@redhat.com>
üst 7cd65a31
......@@ -1554,7 +1554,7 @@ bool SfxObjectShell::SaveTo_Impl
if ( bOk )
{
// if ODF version of oasis format changes on saving the signature should not be preserved
if ( bOk && bTryToPreserveScriptSignature && bNoPreserveForOasis )
if ( bTryToPreserveScriptSignature && bNoPreserveForOasis )
bTryToPreserveScriptSignature = ( SotStorage::GetVersion( rMedium.GetStorage() ) == SOFFICE_FILEFORMAT_60 );
uno::Reference< security::XDocumentDigitalSignatures > xDDSigns;
......
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