summaryrefslogtreecommitdiff
path: root/svx/source
diff options
context:
space:
mode:
authormatteocam <matteo.campanelli@gmail.com>2015-08-07 14:37:47 +0200
committermatteocam <matteo.campanelli@gmail.com>2015-08-07 14:37:47 +0200
commit5169902cbda85d0a9ba55c86f6c83aa6d01050a8 (patch)
tree9e16ec5b2d230686ee87ed99871b4c27fbe96c55 /svx/source
parent0a831fb805994ddeabc36c3512198e6eadb9b0d2 (diff)
Add debugging output for EditingTextChainFlow constructor
Change-Id: Ia9cfe90422911c37fb7bd236efc905592a9a5284
Diffstat (limited to 'svx/source')
-rw-r--r--svx/source/svdraw/textchainflow.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/svx/source/svdraw/textchainflow.cxx b/svx/source/svdraw/textchainflow.cxx
index 581b5be1c5bf..1da308ad11ff 100644
--- a/svx/source/svdraw/textchainflow.cxx
+++ b/svx/source/svdraw/textchainflow.cxx
@@ -278,6 +278,7 @@ UFlowChainedText *TextChainFlow::GetUnderflowChainedText() const
EditingTextChainFlow::EditingTextChainFlow(SdrTextObj *pLinkTarget) :
TextChainFlow(pLinkTarget)
{
+ fprintf(stderr, "[TEXTCHAINFLOW] Creating a new EditingTextChainFlow\n");
}
void EditingTextChainFlow::CheckForFlowEvents(SdrOutliner *pFlowOutl)