diff options
author | Szymon Kłos <szymon.klos@collabora.com> | 2019-11-28 14:22:26 +0100 |
---|---|---|
committer | Szymon Kłos <szymon.klos@collabora.com> | 2019-11-29 13:43:28 +0100 |
commit | 88b0cb4c31d0631ff8db1e4842dc1431ae6d0234 (patch) | |
tree | 373efb887765bfa05029308917694734d2e2f0f9 /include | |
parent | 5e55f7a54170b25aaf82520c1cde307ece362eef (diff) |
jsdialog: migrate after/before spacing to generic items dump
Change-Id: I18f0596baa8e1136f4546a943eafab9a13929c06
Reviewed-on: https://gerrit.libreoffice.org/83999
Tested-by: Jenkins
Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/editeng/ulspitem.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/editeng/ulspitem.hxx b/include/editeng/ulspitem.hxx index da4eacf7bc06..c9196bafcece 100644 --- a/include/editeng/ulspitem.hxx +++ b/include/editeng/ulspitem.hxx @@ -74,7 +74,9 @@ public: bool GetContext() const { return bContext; } sal_uInt16 GetPropUpper() const { return nPropUpper; } sal_uInt16 GetPropLower() const { return nPropLower; } + void dumpAsXml(xmlTextWriterPtr pWriter) const override; + virtual boost::property_tree::ptree dumpAsJSON() const override; }; inline void SvxULSpaceItem::SetUpper( const sal_uInt16 nU, const sal_uInt16 nProp ) |