[Libreoffice-commits] core.git: vcl/source

Pranav Kant pranavk at collabora.co.uk
Wed Feb 21 16:18:36 UTC 2018


 vcl/source/window/window.cxx |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit ddbb78caa78085673b07dbea6f53288ec6237764
Author: Pranav Kant <pranavk at 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 <pranavk at collabora.co.uk>
    Tested-by: pranavk <pranavk at 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:


More information about the Libreoffice-commits mailing list