summaryrefslogtreecommitdiff
path: root/include/editeng
diff options
context:
space:
mode:
authorSzymon Kłos <szymon.klos@collabora.com>2019-11-28 14:41:53 +0100
committerSzymon Kłos <szymon.klos@collabora.com>2019-11-29 14:45:34 +0100
commitdb0f4b28d9f1583d9977f76114d86bac489de161 (patch)
tree50a02c51ba754e7279e62e90305c4f7cd70b7551 /include/editeng
parentc94567e1aa006b284b07564d4995ac238bf24c41 (diff)
jsdialog: migrate left/right margin to generic items dump
Change-Id: Ie687393ae4b9a7f8350eea07c1d417c11fc532bd Reviewed-on: https://gerrit.libreoffice.org/84002 Tested-by: Jenkins Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>
Diffstat (limited to 'include/editeng')
-rw-r--r--include/editeng/lrspitem.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/editeng/lrspitem.hxx b/include/editeng/lrspitem.hxx
index 32ad5907e2b8..3c5a06f1fe83 100644
--- a/include/editeng/lrspitem.hxx
+++ b/include/editeng/lrspitem.hxx
@@ -116,7 +116,9 @@ public:
{ return nPropFirstLineOfst; }
void SetTextFirstLineOfstValue( const short nValue )
{ nFirstLineOfst = nValue; }
+
void dumpAsXml(xmlTextWriterPtr pWriter) const override;
+ virtual boost::property_tree::ptree dumpAsJSON() const override;
};
inline void SvxLRSpaceItem::SetLeft( const long nL, const sal_uInt16 nProp )