summaryrefslogtreecommitdiff
path: root/sw/source/core/inc/txtfrm.hxx
diff options
context:
space:
mode:
authorCédric Bosdonnat <cedricbosdo@openoffice.org>2010-12-01 18:27:48 +0100
committerCédric Bosdonnat <cedricbosdo@openoffice.org>2010-12-01 18:27:48 +0100
commit296693e5324b068289bdc18ad78691618514aa7d (patch)
treed03b9fa0c4c67e8e4ba9c067a92f5a39d0b3ab3b /sw/source/core/inc/txtfrm.hxx
parentc6c2ee62a5ca277d906f0dd73e5d368ac5aab550 (diff)
Added some more infos to the layout dump
Diffstat (limited to 'sw/source/core/inc/txtfrm.hxx')
-rw-r--r--sw/source/core/inc/txtfrm.hxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/sw/source/core/inc/txtfrm.hxx b/sw/source/core/inc/txtfrm.hxx
index 371d8b43e8c8..3ff4c6d47332 100644
--- a/sw/source/core/inc/txtfrm.hxx
+++ b/sw/source/core/inc/txtfrm.hxx
@@ -610,6 +610,10 @@ public:
{
return mnHeightOfLastLine;
}
+
+#if OSL_DEBUG_LEVEL > 1
+ virtual void dumpAsXmlAttributes(xmlTextWriterPtr writer);
+#endif
};
/*************************************************************************