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

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

Reply via email to