svx/source/svdraw/svdedxv.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 1dc670f0c3768e10bb35815242f5fd2f8077b97e Author: matteocam <matteo.campane...@gmail.com> Date: Fri Jul 24 11:15:21 2015 +0200 Remove test for next link in chain before moving cursor Change-Id: I37a22ab3ca02d6105d632a6cd08521f7bc5ee431 diff --git a/svx/source/svdraw/svdedxv.cxx b/svx/source/svdraw/svdedxv.cxx index c9428dc..ad35d29 100644 --- a/svx/source/svdraw/svdedxv.cxx +++ b/svx/source/svdraw/svdedxv.cxx @@ -533,7 +533,7 @@ void SdrObjEditView::ImpMoveCursorAfterChainingEvent() SdrTextObj* pTextObj = dynamic_cast<SdrTextObj*>(mxTextEditObj.get()); - if (!pTextObj->IsChainable() || !pTextObj->GetNextLinkInChain()) + if (!pTextObj->IsChainable()) return; TextChain *pTextChain = pTextObj->GetTextChain(); _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits