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

matteocam matteo.campanelli at gmail.com
Mon Jul 14 06:51:11 PDT 2014


 svx/source/svdraw/svdotextdecomposition.cxx |    5 +++++
 1 file changed, 5 insertions(+)

New commits:
commit 4715b14fc26ff98ef973b11d212e11d4ce300617
Author: matteocam <matteo.campanelli at gmail.com>
Date:   Mon Jul 14 15:47:30 2014 +0200

    Minor changes
    
    Change-Id: I9cf33ab30784c4f4f47ed57a931b9c798346410d

diff --git a/svx/source/svdraw/svdotextdecomposition.cxx b/svx/source/svdraw/svdotextdecomposition.cxx
index f44499c..57a3d6d 100644
--- a/svx/source/svdraw/svdotextdecomposition.cxx
+++ b/svx/source/svdraw/svdotextdecomposition.cxx
@@ -554,6 +554,11 @@ namespace
         // make text portion primitive with the first part of the portion
         impCreateTextPortionPrimitive(rTruncatedPortionInfo);
 
+        // for debugging purposes (skip experiments)
+        bool b = true;
+        if (b)
+            return;
+
         /* Some Experiments */
 
         const SdrTextObj *pCurTextObj = mrOutliner.GetTextObj();


More information about the Libreoffice-commits mailing list