diff options
author | Szymon Kłos <szymon.klos@collabora.com> | 2019-11-21 17:47:10 +0100 |
---|---|---|
committer | Szymon Kłos <szymon.klos@collabora.com> | 2019-11-27 20:31:07 +0100 |
commit | dcb31718a238f115f703f1088ba5220e620dec1c (patch) | |
tree | 1044a2713ca5cc3a2621f1a6f8c4f1637e17fa6f /include/svx/xflgrit.hxx | |
parent | e55a1dc163165cb79fc9113101d16ee8d3db7298 (diff) |
jsdialogs: dumpAsJSON for SfxItems with FillGradient example
Change-Id: I1b9303af6f52ad071074200bb630c587c8f611c1
Reviewed-on: https://gerrit.libreoffice.org/83875
Tested-by: Jenkins
Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>
Diffstat (limited to 'include/svx/xflgrit.hxx')
-rw-r--r-- | include/svx/xflgrit.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/svx/xflgrit.hxx b/include/svx/xflgrit.hxx index 5f136e25f824..1b1d860c8fb9 100644 --- a/include/svx/xflgrit.hxx +++ b/include/svx/xflgrit.hxx @@ -56,6 +56,8 @@ public: static bool CompareValueFunc( const NameOrIndex* p1, const NameOrIndex* p2 ); std::unique_ptr<XFillGradientItem> checkForUniqueItem( SdrModel* pModel ) const; + + virtual boost::property_tree::ptree dumpAsJSON() const override; }; #endif |