summaryrefslogtreecommitdiffstats
path: root/include/editeng
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2018-05-04 17:47:50 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2018-05-04 19:06:38 +0200
commitdff25d295f265f361e2e97cdf28f0e70a923adb5 (patch)
treea5460125487b7b6620c2d3a4e8f56fcca48287cc /include/editeng
parentmemory from getenv is not ours to free (diff)
downloadcore-dff25d295f265f361e2e97cdf28f0e70a923adb5.tar.gz
core-dff25d295f265f361e2e97cdf28f0e70a923adb5.zip
Related: tdf#117245 editeng: cover tab stop items for sw doc model xml ...
... dump purposes Change-Id: Ib6c7dff9f2e76c3358dbdc06d2ba53fa2601c043 Reviewed-on: https://gerrit.libreoffice.org/53859 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Jenkins <ci@libreoffice.org>
Diffstat (limited to 'include/editeng')
-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