[Libreoffice-commits] core.git: Branch 'feature/gsoc14-draw-chained-text-boxes' - svx/source
matteocam
matteo.campanelli at gmail.com
Thu Jul 24 08:54:19 PDT 2014
svx/source/svdraw/svdotextdecomposition.cxx | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit ad39472b6fec558004fa39d6582c7c28a4082c2b
Author: matteocam <matteo.campanelli at gmail.com>
Date: Thu Jul 24 18:53:36 2014 +0300
Entered debugging output
Change-Id: I04d566eda5005744377428120a988c3e8f471998
diff --git a/svx/source/svdraw/svdotextdecomposition.cxx b/svx/source/svdraw/svdotextdecomposition.cxx
index fb21d08..7d313e79 100644
--- a/svx/source/svdraw/svdotextdecomposition.cxx
+++ b/svx/source/svdraw/svdotextdecomposition.cxx
@@ -1529,6 +1529,8 @@ void SdrTextObj::impDecomposeChainedTextPrimitive(
// carry out experiments only when setting b=false from gdb
//bool b = true;
//if (!b) {
+ fprintf(stderr, "Object #0 = %p, Object #1 = %p\n",
+ pPage->GetObj(0), pPage->GetObj(1));
impCopyTextInTextObj(pNextTextObj); // just do it
// return;
//}
More information about the Libreoffice-commits
mailing list