summaryrefslogtreecommitdiff
path: root/sw/source/core/text/porlin.hxx
diff options
context:
space:
mode:
authorCédric Bosdonnat <cedricbosdo@openoffice.org>2011-04-01 15:14:14 +0200
committerCédric Bosdonnat <cedricbosdo@openoffice.org>2011-04-06 22:32:33 +0200
commitc7abb549be89f71505e3daf0bc03f55565c7d150 (patch)
tree583ff070aa00a4e9753283d3e46f6aa510a2626a /sw/source/core/text/porlin.hxx
parent763da667935a1f2955076cc6c326771ceb0c4cbb (diff)
sw: move all layout dumping in the SwFrm::dumpAsXml to allow calls from gdb
Diffstat (limited to 'sw/source/core/text/porlin.hxx')
-rw-r--r--sw/source/core/text/porlin.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/sw/source/core/text/porlin.hxx b/sw/source/core/text/porlin.hxx
index a4f887113173..d9b44dd7cee2 100644
--- a/sw/source/core/text/porlin.hxx
+++ b/sw/source/core/text/porlin.hxx
@@ -200,9 +200,6 @@ public:
// Accessibility: pass information about this portion to the PortionHandler
virtual void HandlePortion( SwPortionHandler& rPH ) const;
-#if OSL_DEBUG_LEVEL > 1
- void dumpPortionAsXml(sal_uInt16 ofs, String& aText, xmlTextWriter* writer);
-#endif
OUTPUT_OPERATOR
};