summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2016-10-21 08:13:05 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2016-10-21 08:13:06 +0200
commit81bbede18f825bc5929d4d446144841ee782e679 (patch)
treeb1283f6508341d0563f5fc8243adced5fb31bda7
parent84bfe584e4bd03a7b6e2c1e68c65bf99ae83c839 (diff)
cid#1374093 unreachable code
Change-Id: Ib34aa7af7bdba304fe1f212d39c3c6de24e87a2d
-rw-r--r--xmlsecurity/source/pdfio/pdfdocument.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmlsecurity/source/pdfio/pdfdocument.cxx b/xmlsecurity/source/pdfio/pdfdocument.cxx
index 57361f9fd96b..d36c9aae0cfc 100644
--- a/xmlsecurity/source/pdfio/pdfdocument.cxx
+++ b/xmlsecurity/source/pdfio/pdfdocument.cxx
@@ -1262,13 +1262,13 @@ bool PDFDocument::ValidateSignature(SvStream& rStream, PDFObjectElement* pSignat
NSS_CMSSignerInfo_Destroy(pCMSSignerInfo);
return true;
-#endif
-
+#else
// Not implemented.
(void)rStream;
(void)rInformation;
return false;
+#endif
}
bool PDFCommentElement::Read(SvStream& rStream)