Kaydet (Commit) 0abc99de authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#1435684 deliberate 'Constant' variable guards dead code

Change-Id: I0a5b36ad781bfc76295e91131bdc073dac0d6ea2
Reviewed-on: https://gerrit.libreoffice.org/54585Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarCaolán McNamara <caolanm@redhat.com>
Tested-by: 's avatarCaolán McNamara <caolanm@redhat.com>
üst 7b4a3cef
......@@ -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)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment