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

New commits:
commit 778373d9408c1a47e8a8511ebd4a7445e5fc3883
Author: matteocam <matteo.campane...@gmail.com>
Date:   Mon Jul 6 17:38:13 2015 -0400

    Changed parameters to Sdr*TextEdit
    
    Change-Id: Ic6faf12a2a0aeea756a25dc82e0d2768bcf39813

diff --git a/svx/source/svdraw/svdedxv.cxx b/svx/source/svdraw/svdedxv.cxx
index cc16d53..8cb9779 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();
-                    SdrBeginTextEdit(pNextLink);
+                    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