cui/source/dialogs/SpellDialog.cxx | 1 + 1 file changed, 1 insertion(+)
New commits: commit 3c43863a563836bcc1beff0f3eb23a32704f5a87 Author: Caolán McNamara <caolan.mcnam...@collabora.com> AuthorDate: Tue Sep 2 10:35:56 2025 +0100 Commit: Caolán McNamara <caolan.mcnam...@collabora.com> CommitDate: Sat Sep 6 15:32:00 2025 +0200 cid#1665183 silence Logically dead code Change-Id: I051bb812d885a084770d607917649555c6e2c9ab Reviewed-on: https://gerrit.libreoffice.org/c/core/+/190638 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolan.mcnam...@collabora.com> diff --git a/cui/source/dialogs/SpellDialog.cxx b/cui/source/dialogs/SpellDialog.cxx index 5db93189b497..27d328d8f3af 100644 --- a/cui/source/dialogs/SpellDialog.cxx +++ b/cui/source/dialogs/SpellDialog.cxx @@ -1492,6 +1492,7 @@ bool SentenceEditWindow_Impl::KeyInput(const KeyEvent& rKeyEvt) case SelectionType::OUTSIDE_YES: nAction = Action::UNDOEDIT; break; + // coverity[dead_error_condition : SUPPRESS] 2024.6.1 - we know its deadcode, but some compilers warn case SelectionType::INVALID: assert(false && "selection type not set"); break;