[Libreoffice-commits] core.git: Branch 'libreoffice-5-4' - sc/source
Caolán McNamara
caolanm at redhat.com
Mon Nov 20 15:01:14 UTC 2017
sc/source/ui/app/inputwin.cxx | 7 -------
1 file changed, 7 deletions(-)
New commits:
commit f835c36a254c76d448fe62a923fe378c3fb60144
Author: Caolán McNamara <caolanm at redhat.com>
Date: Fri Nov 17 12:43:00 2017 +0000
tdf#113894 release ctrl of ctrl+v in input line should strip formatting
Change-Id: I1cd1501d6f20765d7e5a90a9ccb07745758682d4
Reviewed-on: https://gerrit.libreoffice.org/44881
Tested-by: Jenkins <ci at libreoffice.org>
Reviewed-by: Eike Rathke <erack at redhat.com>
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 */ )
More information about the Libreoffice-commits
mailing list