From bac424a99d12fd2eece57cdf70ec5725398e80ac Mon Sep 17 00:00:00 2001 From: Olivier Hallot Date: Thu, 27 Aug 2020 16:29:04 +0200 Subject: Fix extended tip after import Change-Id: Icf067aad55f43137b3126b5aede40982845001a9 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101455 Tested-by: Jenkins Reviewed-by: Olivier Hallot --- sc/uiconfig/scalc/ui/scgeneralpage.ui | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/sc/uiconfig/scalc/ui/scgeneralpage.ui b/sc/uiconfig/scalc/ui/scgeneralpage.ui index 2d74dbce358d..2808e080880f 100644 --- a/sc/uiconfig/scalc/ui/scgeneralpage.ui +++ b/sc/uiconfig/scalc/ui/scgeneralpage.ui @@ -337,12 +337,7 @@ True - With the option set, expanding a selection (with Command - Ctrl +Shift+Down/Up) jumps to the end of the range in the column that was added as last to the initial selection. - When the option is not set, expanding a selection (with CommandCtrl+Shift - +Down/Up) jumps to the end of the range in the column where selecting the cell range was started. - The same of course applies when extending a selection on rows, with CommandCtrl+ - Shift+Left/Right. + With the option set, expanding a selection (with Ctrl + Shift + Down/Up) jumps to the end of the range in the column that was added as last to the initial selection. When the option is not set, expanding a selection (with Ctrl + Shift + Down/Up) jumps to the end of the range in the column where selecting the cell range was started. The same of course applies when extending a selection on rows, with Ctrl + Shift + Left/Right. -- cgit