summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2017-11-17 12:43:00 +0000
committerCaolán McNamara <caolanm@redhat.com>2017-11-17 15:04:24 +0100
commitd90dcf3554a84b5600800ee6deb3cde879c62b8d (patch)
tree4898954e34ea279f9346ee9791ba1a35ad7c7075
parentff8722507473328e811cdcd6293f091afe6aa7d3 (diff)
tdf#113894 release ctrl of ctrl+v in input line should strip formatting
Change-Id: I1cd1501d6f20765d7e5a90a9ccb07745758682d4 Reviewed-on: https://gerrit.libreoffice.org/44880 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
-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 b77266912b62..6572e0b01d95 100644
--- a/sc/source/ui/app/inputwin.cxx
+++ b/sc/source/ui/app/inputwin.cxx
@@ -1366,13 +1366,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 */ )