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

matteocam matteo.campanelli at gmail.com
Mon Jul 6 14:40:29 PDT 2015


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

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


More information about the Libreoffice-commits mailing list