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

matteocam matteo.campanelli at gmail.com
Fri Aug 7 03:36:17 PDT 2015


 svx/source/svdraw/svdotxed.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 482677679b868ba41b3829023542bed607704c7e
Author: matteocam <matteo.campanelli at gmail.com>
Date:   Fri Aug 7 12:34:15 2015 +0200

    Prevent flushing.
    
    Change-Id: Ia3d0399fa7745904ec66b818a278ce12f73e3529

diff --git a/svx/source/svdraw/svdotxed.cxx b/svx/source/svdraw/svdotxed.cxx
index 92288ad..0366545 100644
--- a/svx/source/svdraw/svdotxed.cxx
+++ b/svx/source/svdraw/svdotxed.cxx
@@ -298,7 +298,7 @@ void SdrTextObj::EndTextEdit(SdrOutliner& rOutl)
     rOutl.ClearOverflowingParaNum();
     // XXX: Experiment
     /* Flush overflow for next textbox */
-    if (
+    if (false &&
         IsChainable() &&
         GetNextLinkInChain() &&
         GetTextChain()->GetPendingOverflowCheck(GetNextLinkInChain()) )


More information about the Libreoffice-commits mailing list