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

New commits:
commit b98822fa68b1acb5c566a73b688fa30459e3c691
Author: matteocam <matteo.campane...@gmail.com>
Date:   Wed May 27 16:47:12 2015 -0400

    Experiment: with impCopyTextInTextObj but not setting updateMode true
    
    Change-Id: I43a55267c087b349686613e87062edc54d87a4fa

diff --git a/svx/source/svdraw/svdotextdecomposition.cxx 
b/svx/source/svdraw/svdotextdecomposition.cxx
index 50469a4..26a533b 100644
--- a/svx/source/svdraw/svdotextdecomposition.cxx
+++ b/svx/source/svdraw/svdotextdecomposition.cxx
@@ -750,7 +750,7 @@ void SdrTextObj::impCopyTextInTextObj(SdrTextObj 
*pNextTextObj) const
             aNextRect.Bottom()-aNextRect.Top()
             )
      );
-    rOutliner.SetUpdateMode(true);
+    //rOutliner.SetUpdateMode(true);
     
rOutliner.SetStatusEventHdl1(LINK(this,SdrTextObj,ImpDecomposeChainedText));
     rOutliner.SetText(*mpOverflowingText);  // XXX: copies overflown text
     Size aNewSize(rOutliner.CalcTextSize());
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to