[Libreoffice-commits] core.git: Branch 'feature/gsoc14-draw-chained-text-boxes' - svx/source

matteocam matteo.campanelli at gmail.com
Tue Jul 7 18:51:24 PDT 2015


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

New commits:
commit acbb6e612333883a573f8f17cab66696d04b899c
Author: matteocam <matteo.campanelli at 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


More information about the Libreoffice-commits mailing list