vcl/source/gdi/pdfwriter_impl2.cxx |    4 ++++
 1 file changed, 4 insertions(+)

New commits:
commit cdfebf30946307998eb3965ad30bbcd34ce82b02
Author: Norbert Thiebaud <nthieb...@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;
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to