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

New commits:
commit 70eaa5f7c5870c7fad952ba0253856e9c76d61b5
Author:     Caolán McNamara <caolan.mcnam...@collabora.com>
AuthorDate: Sun Aug 31 20:17:53 2025 +0100
Commit:     Caolán McNamara <caolan.mcnam...@collabora.com>
CommitDate: Mon Sep 1 09:18:03 2025 +0200

    cid#1665183 Logically dead code
    
    Change-Id: I15991fac2f31b09d53a0d7c5dc30d40992fd70f1
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/190442
    Reviewed-by: Caolán McNamara <caolan.mcnam...@collabora.com>
    Tested-by: Jenkins

diff --git a/cui/source/dialogs/SpellDialog.cxx 
b/cui/source/dialogs/SpellDialog.cxx
index 1d3e3e41a024..5db93189b497 100644
--- a/cui/source/dialogs/SpellDialog.cxx
+++ b/cui/source/dialogs/SpellDialog.cxx
@@ -1493,7 +1493,7 @@ bool SentenceEditWindow_Impl::KeyInput(const KeyEvent& 
rKeyEvt)
                 nAction = Action::UNDOEDIT;
             break;
             case SelectionType::INVALID:
-                SAL_WARN("cui.dialogs", "selection type not set");
+                assert(false && "selection type not set");
             break;
         }
         //save the current paragraph

Reply via email to