cui/source/dialogs/SignSignatureLineDialog.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 0abc99de2c98f57ee3846b0e689aed08b7c626af
Author: Caolán McNamara <caol...@redhat.com>
Date:   Sat May 19 21:28:25 2018 +0100

    coverity#1435684 deliberate 'Constant' variable guards dead code
    
    Change-Id: I0a5b36ad781bfc76295e91131bdc073dac0d6ea2
    Reviewed-on: https://gerrit.libreoffice.org/54585
    Tested-by: Jenkins <c...@libreoffice.org>
    Reviewed-by: Caolán McNamara <caol...@redhat.com>
    Tested-by: Caolán McNamara <caol...@redhat.com>

diff --git a/cui/source/dialogs/SignSignatureLineDialog.cxx 
b/cui/source/dialogs/SignSignatureLineDialog.cxx
index a9fd2a506110..9f793884862e 100644
--- a/cui/source/dialogs/SignSignatureLineDialog.cxx
+++ b/cui/source/dialogs/SignSignatureLineDialog.cxx
@@ -147,7 +147,7 @@ void SignSignatureLineDialog::Apply()
     SfxObjectShell* pShell = SfxObjectShell::Current();
     pShell->SignSignatureLine(m_aSignatureLineId, m_xSelectedCertifate);
 
-    bool bSuccess = false; // TODO
+    const bool bSuccess = false; // TODO
 
     if (bSuccess)
     {
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to