[Libreoffice-commits] core.git: vcl/source
Norbert Thiebaud
nthiebaud at gmail.com
Tue Jan 21 05:55:02 PST 2014
vcl/source/gdi/pdfwriter_impl2.cxx | 4 ++++
1 file changed, 4 insertions(+)
New commits:
commit cdfebf30946307998eb3965ad30bbcd34ce82b02
Author: Norbert Thiebaud <nthiebaud at gmail.com>
Date: Tue Jan 21 01:48:30 2014 -0600
coverity#707581
Change-Id: I9e9ed9b83d830b1ebe2aae35036f49a649837765
diff --git a/vcl/source/gdi/pdfwriter_impl2.cxx b/vcl/source/gdi/pdfwriter_impl2.cxx
index 121f23d..b045659 100644
--- a/vcl/source/gdi/pdfwriter_impl2.cxx
+++ b/vcl/source/gdi/pdfwriter_impl2.cxx
@@ -1370,6 +1370,10 @@ bool PDFWriterImpl::computeEncryptionKey( EncHashTransporter* i_pTransporter, vc
}
}
}
+ else
+ {
+ bSuccess = false;
+ }
}
else
bSuccess = false;
More information about the Libreoffice-commits
mailing list