summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2024-08-12 22:52:07 +0200
committerJulien Nabet <serval2412@yahoo.fr>2024-08-13 11:34:41 +0200
commit516e9c79093511f0156886e92e1de6bd4918f12f (patch)
treed09606be8aa6aa8aa30b766ed0a36e8544622a6a /sw
parentafea67b1d324090db05f33a703925cb2926c008d (diff)
Fix typo
Change-Id: I0495b414fb542b92bdf0e2cde7fe1a010ab315f3 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/171803 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Jenkins
Diffstat (limited to 'sw')
-rw-r--r--sw/source/uibase/docvw/edtwin.cxx2
1 files changed, 1 insertions, 1 deletions
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)))