svx/source/svdraw/svdotext.cxx | 2 ++ 1 file changed, 2 insertions(+) New commits: commit 6ce8728ce5a17f073c5bace982f08acef79b72dd Author: matteocam <matteo.campane...@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(); } } _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits