[Libreoffice-commits] .: sc/source
Kohei Yoshida
kohei at kemper.freedesktop.org
Tue Feb 22 08:57:11 PST 2011
sc/source/ui/view/tabvwsh4.cxx | 1 -
1 file changed, 1 deletion(-)
New commits:
commit aa33ba2fa28a538e807f0925de5a485706943140
Author: Takeshi Abe <tabe at fixedpoint.jp>
Date: Tue Feb 22 07:56:36 2011 +0900
Enabled backspace with any modifier in case of SC_INPUT_TYPE
fdo#32574 EasyHack: Shift-Backspace doesn't work correctly
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:
More information about the Libreoffice-commits
mailing list