[Libreoffice-commits] core.git: Branch 'feature/gsoc14-draw-chained-text-boxes' - svx/source
matteocam
matteo.campanelli at gmail.com
Fri Jul 24 02:16:47 PDT 2015
svx/source/svdraw/svdedxv.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 1dc670f0c3768e10bb35815242f5fd2f8077b97e
Author: matteocam <matteo.campanelli at 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();
More information about the Libreoffice-commits
mailing list