sw/source/uibase/docvw/edtwin.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 516e9c79093511f0156886e92e1de6bd4918f12f Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Mon Aug 12 22:52:07 2024 +0200 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Tue Aug 13 11:34:41 2024 +0200 Fix typo Change-Id: I0495b414fb542b92bdf0e2cde7fe1a010ab315f3 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/171803 Reviewed-by: Julien Nabet <serval2...@yahoo.fr> Tested-by: Jenkins diff --git a/sw/source/uibase/docvw/edtwin.cxx b/sw/source/uibase/docvw/edtwin.cxx index 6351f6e2b1b9..daf39ec6446b 100644 --- a/sw/source/uibase/docvw/edtwin.cxx +++ b/sw/source/uibase/docvw/edtwin.cxx @@ -1700,7 +1700,7 @@ void SwEditWin::KeyInput(const KeyEvent &rKEvt) SwKeyState eKeyState = bIsViewReadOnly ? SwKeyState::CheckDocReadOnlyKeys : SwKeyState::CheckKey; - // tdf#112932 Pressing enter in read-ony Table of Content doesnt jump to heading + // tdf#112932 Pressing enter in read-only Table of Content doesn't jump to heading if (!bIsViewReadOnly && ((rKeyCode.GetModifier() | rKeyCode.GetCode()) == KEY_RETURN || (rKeyCode.GetModifier() | rKeyCode.GetCode()) == (KEY_MOD1 | KEY_RETURN)))