summaryrefslogtreecommitdiff
path: root/sw/source/core/inc/frame.hxx
diff options
context:
space:
mode:
authorManfred Blume <manfred.blume@cib.de>2017-10-27 06:41:48 +0200
committerThorsten Behrens <Thorsten.Behrens@CIB.de>2018-03-27 23:02:09 +0200
commit153176e342927b192907343559b48293790672a2 (patch)
tree9ea96f6ad23992a35931a681ff3ccfc0e9999317 /sw/source/core/inc/frame.hxx
parentec18927455416e34e5d1b315a698db09fc24c9d0 (diff)
sw: add debug helper to dump topmost SwFrame
Change-Id: Iad239da91a995235997c4986a755640721550abd Reviewed-on: https://gerrit.libreoffice.org/43925 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
Diffstat (limited to 'sw/source/core/inc/frame.hxx')
-rw-r--r--sw/source/core/inc/frame.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/source/core/inc/frame.hxx b/sw/source/core/inc/frame.hxx
index 379bf08f829a..f576b59b4232 100644
--- a/sw/source/core/inc/frame.hxx
+++ b/sw/source/core/inc/frame.hxx
@@ -890,6 +890,7 @@ public:
public:
// if writer is NULL, dumps the layout structure as XML in layout.xml
virtual void dumpAsXml(xmlTextWriterPtr writer = nullptr) const;
+ virtual void dumpTopMostAsXml(xmlTextWriterPtr writer = nullptr) const;
void dumpInfosAsXml(xmlTextWriterPtr writer) const;
virtual void dumpAsXmlAttributes(xmlTextWriterPtr writer) const;
void dumpChildrenAsXml(xmlTextWriterPtr writer) const;