From 36376798881486e1c5f38d7545ba410911bf7048 Mon Sep 17 00:00:00 2001 From: Takeshi Abe Date: Tue, 22 Feb 2011 07:56:36 +0900 Subject: [PATCH] Enabled backspace with any modifier in case of SC_INPUT_TYPE fdo#32574 EasyHack: Shift-Backspace doesn't work correctly --- sc/source/ui/view/tabvwsh4.cxx | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/sc/source/ui/view/tabvwsh4.cxx b/sc/source/ui/view/tabvwsh4.cxx index 920db77..3cea85f 100644 --- a/sc/source/ui/view/tabvwsh4.cxx +++ b/sc/source/ui/view/tabvwsh4.cxx @@ -1416,7 +1416,6 @@ BOOL ScTabViewShell::TabKeyInput(const KeyEvent& rKEvt) bIsType = !bControl && !bAlt; // ohne Modifier oder Shift-Space break; case KEY_ESCAPE: - case KEY_BACKSPACE: bIsType = (nModi == 0); // nur ohne Modifier break; default: -- 1.7.2.3