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

matteocam matteo.campanelli at gmail.com
Wed Aug 13 06:38:20 PDT 2014


 svx/source/svdraw/svdotext.cxx |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 6ce8728ce5a17f073c5bace982f08acef79b72dd
Author: matteocam <matteo.campanelli at gmail.com>
Date:   Wed Aug 13 15:36:16 2014 +0200

    Added debugging output to onEditOutlinerStatusEvent
    
    Change-Id: I838af5c0531b57a608c64ebf71eb50dc0e9c5239

diff --git a/svx/source/svdraw/svdotext.cxx b/svx/source/svdraw/svdotext.cxx
index 01ea84b..7bdbda4 100644
--- a/svx/source/svdraw/svdotext.cxx
+++ b/svx/source/svdraw/svdotext.cxx
@@ -1956,6 +1956,8 @@ void SdrTextObj::onEditOutlinerStatusEvent( EditStatus* pEditStatus )
         {
             // set the need for chaining
             SetToBeChained( pEditStatus->IsPageOverflow() );
+            fprintf(stderr, "[CHAINING] Need for Chaining is %s\n",
+                pEditStatus->IsPageOverflow() ? "TRUE" : "FALSE");
             //impDecomposeChainedTextPrimitive();
         }
     }


More information about the Libreoffice-commits mailing list