vcl/source/window/window.cxx | 2 -- 1 file changed, 2 deletions(-) New commits: commit ddbb78caa78085673b07dbea6f53288ec6237764 Author: Pranav Kant <pran...@collabora.co.uk> Date: Tue Feb 20 15:41:35 2018 +0530
Bin useless code Change-Id: Id3ffa2333946a9551da9d0f9ecbd2885716b9376 Reviewed-on: https://gerrit.libreoffice.org/50102 Reviewed-by: pranavk <pran...@collabora.co.uk> Tested-by: pranavk <pran...@collabora.co.uk> diff --git a/vcl/source/window/window.cxx b/vcl/source/window/window.cxx index 1b0495f7147e..e33862a45e98 100644 --- a/vcl/source/window/window.cxx +++ b/vcl/source/window/window.cxx @@ -2087,8 +2087,6 @@ void Window::PostExtTextInputEvent(VclEventId nType, const OUString& rText) } SalExtTextInputEvent aEvent { rText, pAttr.get(), rText.getLength(), EXTTEXTINPUT_CURSOR_OVERWRITE }; ImplWindowFrameProc(this, SalEvent::ExtTextInput, &aEvent); - SalExtTextInputPosEvent evt; - ImplWindowFrameProc(this, SalEvent::ExtTextInputPos, &evt); } break; case VclEventId::EndExtTextInput: _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits