svx/source/svdraw/svdedxv.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit acbb6e612333883a573f8f17cab66696d04b899c
Author: matteocam <matteo.campane...@gmail.com>
Date:   Tue Jul 7 20:43:54 2015 -0400

    Disable window switch after overflow
    
    Change-Id: I48c446a608cb9aa912b4ace858aaccb26689fd7d

diff --git a/svx/source/svdraw/svdedxv.cxx b/svx/source/svdraw/svdedxv.cxx
index 8cb9779..febb1c5 100644
--- a/svx/source/svdraw/svdedxv.cxx
+++ b/svx/source/svdraw/svdedxv.cxx
@@ -517,8 +517,8 @@ IMPL_LINK_NOARG(SdrObjEditView,ImpChainingEventHdl)
                     pOLV->SetSelection(aPreChainingSel);
                     break;
             case CursorChainingEvent::TO_NEXT_LINK:
-                    SdrEndTextEdit(true);
-                    SdrBeginTextEdit(pNextLink, nullptr, nullptr, false, 
nullptr, nullptr, true, true);
+                    //SdrEndTextEdit(true);
+                    //SdrBeginTextEdit(pNextLink, nullptr, nullptr, false, 
nullptr, nullptr, true, true);
                     break;
             case CursorChainingEvent::TO_PREV_LINK:
                     // XXX: To be handled
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to