Kaydet (Commit) 083114bb authored tarafından Samuel Mehrbrodt's avatar Samuel Mehrbrodt Kaydeden (comit) Björn Michaelsen

fdo#63819 Ctrl+Backspace also deletes the space before the word

Change-Id: I147e8632c36ac0755a539d89ea5d34207839ea7c
Reviewed-on: https://gerrit.libreoffice.org/6518Reviewed-by: 's avatarAndrzej J.R. Hunt <andrzej@ahunt.org>
Tested-by: 's avatarAndrzej J.R. Hunt <andrzej@ahunt.org>
Reviewed-by: 's avatarBjörn Michaelsen <bjoern.michaelsen@canonical.com>
üst a9a197d9
......@@ -521,8 +521,8 @@ long SwWrtShell::DelPrvWord()
{
if ( _PrvWrdForDelete() ) // #i92468#
{
// skip over all-1 spaces
short n = -1;
// skip over all spaces
short n = 0;
while( ' ' == GetChar( sal_False, n ))
--n;
......
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