Kaydet (Commit) 99337b02 authored tarafından Samuel Mehrbrodt's avatar Samuel Mehrbrodt

Rename parameter bScriptingContent -> bSignScriptingContent

Change-Id: I227e59417719625a9752e727060f5e4f5094092d
Reviewed-on: https://gerrit.libreoffice.org/54479Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
üst 039117eb
......@@ -266,7 +266,7 @@ public:
SAL_DLLPRIVATE bool
SignContents_Impl(const css::uno::Reference<css::security::XCertificate> xCert,
const OUString& aSignatureLineId,
bool bScriptingContent, const OUString& aODFVersion,
bool bSignScriptingContent, const OUString& aODFVersion,
bool bHasValidDocumentSignature);
// the following two methods must be used and make sense only during saving currently
......
......@@ -3662,7 +3662,7 @@ void SfxMedium::CreateTempFileNoCopy()
}
bool SfxMedium::SignContents_Impl(const Reference<XCertificate> xCert, const OUString& aSignatureLineId,
bool bScriptingContent, const OUString& aODFVersion,
bool bSignScriptingContent, const OUString& aODFVersion,
bool bHasValidDocumentSignature)
{
bool bChanges = false;
......@@ -3715,7 +3715,7 @@ bool SfxMedium::SignContents_Impl(const Reference<XCertificate> xCert, const OUS
throw uno::RuntimeException();
}
if ( bScriptingContent )
if ( bSignScriptingContent )
{
// If the signature has already the document signature it will be removed
// after the scripting signature is inserted.
......
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