[Libreoffice-commits] core.git: cui/source
Caolán McNamara
caolanm at redhat.com
Sun May 20 19:16:06 UTC 2018
cui/source/dialogs/SignSignatureLineDialog.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 0abc99de2c98f57ee3846b0e689aed08b7c626af
Author: Caolán McNamara <caolanm at 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 <ci at libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm at redhat.com>
Tested-by: Caolán McNamara <caolanm at 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)
{
More information about the Libreoffice-commits
mailing list