summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2018-05-17 12:33:30 +0200
committerSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2018-05-22 06:53:08 +0200
commit99337b029a3f94257160077ecf11ee3c59c77b7c (patch)
treef8b9ff701771835e6eed7e9478fef5078cca43e0 /sfx2
parent039117eb27a11ee61d4f099c8616861cba961702 (diff)
Rename parameter bScriptingContent -> bSignScriptingContent
Change-Id: I227e59417719625a9752e727060f5e4f5094092d Reviewed-on: https://gerrit.libreoffice.org/54479 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/doc/docfile.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sfx2/source/doc/docfile.cxx b/sfx2/source/doc/docfile.cxx
index 9498b287231a..76ca23eb8e1a 100644
--- a/sfx2/source/doc/docfile.cxx
+++ b/sfx2/source/doc/docfile.cxx
@@ -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.