summaryrefslogtreecommitdiff
path: root/include/editeng
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-10-19 15:44:39 +0200
committerNoel Grandin <noel@peralex.com>2016-10-20 09:06:00 +0200
commitd76027bb78f71ee69748ce01d8ea0f702a32aa61 (patch)
treee3251c661df3611e1102d86486dc88990e702555 /include/editeng
parentc2b48a763df113e63e6a27ee05b9a6834e4e49a4 (diff)
add dumpAsXmlEditDoc
to dump the current editing document to editdoc.xml on F12 Change-Id: I1b9cc2edb6429aa0bf651bdd52cac70dfd4db9d0
Diffstat (limited to 'include/editeng')
-rw-r--r--include/editeng/editeng.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/editeng/editeng.hxx b/include/editeng/editeng.hxx
index 4825865e5412..873b344b3d9a 100644
--- a/include/editeng/editeng.hxx
+++ b/include/editeng/editeng.hxx
@@ -533,6 +533,7 @@ public:
EditDoc& GetEditDoc();
const EditDoc& GetEditDoc() const;
+ void dumpAsXmlEditDoc(struct _xmlTextWriter* pWriter) const;
ParaPortionList& GetParaPortions();
const ParaPortionList& GetParaPortions() const;