[Libreoffice-commits] core.git: Branch 'feature/gsoc14-draw-chained-text-boxes' - svx/source
matteocam
matteo.campanelli at gmail.com
Mon Jul 6 13:58:53 PDT 2015
svx/source/svdraw/svdotext.cxx | 2 --
1 file changed, 2 deletions(-)
New commits:
commit ca45dff10b9ffa6b0272af09c56139fcefa08344
Author: matteocam <matteo.campanelli at gmail.com>
Date: Mon Jul 6 16:58:19 2015 -0400
NilChainingEvents handled in SdrObjEditView
Change-Id: Ifc52c165b84d12d4b5f677bbfc3f94084678bda1
diff --git a/svx/source/svdraw/svdotext.cxx b/svx/source/svdraw/svdotext.cxx
index 531e41c..0a33fa4 100644
--- a/svx/source/svdraw/svdotext.cxx
+++ b/svx/source/svdraw/svdotext.cxx
@@ -1998,8 +1998,6 @@ void SdrTextObj::onChainingEvent()
EditingTextChainFlow aTxtChainFlow(this);
aTxtChainFlow.CheckForFlowEvents(pEdtOutl);
- // We prevent to trigger further handling of overflow/underflow for this SdrTextObj
- GetTextChain()->SetNilChainingEvent(this, true);
if (aTxtChainFlow.IsOverflow()) {
fprintf(stderr, "[CHAINING] Overflow going on\n");
More information about the Libreoffice-commits
mailing list