summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2020-10-21 10:22:39 +0300
committerTor Lillqvist <tml@collabora.com>2020-10-21 13:24:00 +0200
commit5100a06c15ee8d66dc88f58523a35014988fd9fe (patch)
tree0f05daf6b2052cbf78c50252261185b4fa428e7b
parentRevert "tdf#137468: Use the colour space of the main display" (diff)
downloadcore-5100a06c15ee8d66dc88f58523a35014988fd9fe.tar.gz
core-5100a06c15ee8d66dc88f58523a35014988fd9fe.zip
Avoid unused parameter 'nMDPPerm'
Change-Id: I3ae13c66d76a61e197f214b2ffa8299de89a7a53 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104612 Tested-by: Jenkins Reviewed-by: Tor Lillqvist <tml@collabora.com>
-rw-r--r--xmlsecurity/source/helper/pdfsignaturehelper.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/xmlsecurity/source/helper/pdfsignaturehelper.cxx b/xmlsecurity/source/helper/pdfsignaturehelper.cxx
index a1dde44aaeb7..6864c715cb86 100644
--- a/xmlsecurity/source/helper/pdfsignaturehelper.cxx
+++ b/xmlsecurity/source/helper/pdfsignaturehelper.cxx
@@ -285,6 +285,7 @@ bool IsValidSignature(SvStream& rStream, vcl::filter::PDFObjectElement* pSignatu
return aSignedPages == aAllPages;
#else
(void)rStream;
+ (void)nMDPPerm;
return true;
#endif
}