summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sc/source/ui/app/inputwin.cxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/sc/source/ui/app/inputwin.cxx b/sc/source/ui/app/inputwin.cxx
index dc9c6a336451..0752a655f75d 100644
--- a/sc/source/ui/app/inputwin.cxx
+++ b/sc/source/ui/app/inputwin.cxx
@@ -1362,13 +1362,6 @@ void ScTextWnd::MouseButtonUp( const MouseEvent& rMEvt )
void ScTextWnd::Command( const CommandEvent& rCEvt )
{
- //pass alt press/release to parent impl
- if (rCEvt.GetCommand() == CommandEventId::ModKeyChange)
- {
- Window::Command(rCEvt);
- return;
- }
-
bInputMode = true;
CommandEventId nCommand = rCEvt.GetCommand();
if ( mpEditView /* && nCommand == CommandEventId::StartDrag */ )