summaryrefslogtreecommitdiffstats
path: root/include/editeng/tstpitem.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/editeng/tstpitem.hxx')
-rw-r--r--include/editeng/tstpitem.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/editeng/tstpitem.hxx b/include/editeng/tstpitem.hxx
index 291e1c72e9fc..35032596883e 100644
--- a/include/editeng/tstpitem.hxx
+++ b/include/editeng/tstpitem.hxx
@@ -85,6 +85,7 @@ public:
cFill = rTS.cFill;
return *this;
}
+ void dumpAsXml(struct _xmlTextWriter* pWriter) const;
};
// class SvxTabStopItem --------------------------------------------------
@@ -149,6 +150,7 @@ public:
virtual SfxPoolItem* Clone( SfxItemPool *pPool = nullptr ) const override;
+ void dumpAsXml(struct _xmlTextWriter* pWriter) const override;
};
#endif