summaryrefslogtreecommitdiff
path: root/include/svx/svdtext.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-09-12 11:10:18 +0200
committerNoel Grandin <noel@peralex.com>2016-09-12 15:11:56 +0200
commit1d7dd96e313dd23ca8d49abf879d51db448f76ee (patch)
treec8f2d0aadd38bec9783655304b4eb5ae10c9cf2f /include/svx/svdtext.hxx
parentab6dcd326ad7bf8c47a820514440bf8ac5f0d5f3 (diff)
impress: extend dumpAsXml to table cell and styles
Change-Id: If11ca945cae4f5127394dcc3871f4b6a76c24fac
Diffstat (limited to 'include/svx/svdtext.hxx')
-rw-r--r--include/svx/svdtext.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/svx/svdtext.hxx b/include/svx/svdtext.hxx
index 8338428fe241..4733ad4f6230 100644
--- a/include/svx/svdtext.hxx
+++ b/include/svx/svdtext.hxx
@@ -65,6 +65,8 @@ public:
/** returns the current OutlinerParaObject and removes it from this instance */
OutlinerParaObject* RemoveOutlinerParaObject();
+ void dumpAsXml(struct _xmlTextWriter * pWriter) const;
+
protected:
virtual const SfxItemSet& GetObjectItemSet();
virtual void SetObjectItem(const SfxPoolItem& rItem);