svx/source/svdraw/svdotext.cxx |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit ca45dff10b9ffa6b0272af09c56139fcefa08344
Author: matteocam <matteo.campane...@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");
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to