diff options
author | Szymon Kłos <szymon.klos@collabora.com> | 2019-11-26 15:03:27 +0100 |
---|---|---|
committer | Szymon Kłos <szymon.klos@collabora.com> | 2019-11-28 09:45:24 +0100 |
commit | fc34df00c47e97fa1a9633c1e14e8b9df52f77f5 (patch) | |
tree | f1f10bf3ca91517ca92f4ba798366fee24a9becf /include | |
parent | 5bc3ef9b93cfa2372ec5553affb14741db50bb2d (diff) |
jsdialogs: send graphic items updates
Change-Id: I57d05726f80115b92e7599a7d033bf1ea8f79695
Reviewed-on: https://gerrit.libreoffice.org/83955
Tested-by: Jenkins
Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/svl/intitem.hxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/svl/intitem.hxx b/include/svl/intitem.hxx index f6064ed8a335..8ecf53fadb08 100644 --- a/include/svl/intitem.hxx +++ b/include/svl/intitem.hxx @@ -22,6 +22,7 @@ #include <svl/svldllapi.h> #include <svl/cintitem.hxx> +#include <boost/property_tree/json_parser.hpp> class SVL_DLLPUBLIC SfxByteItem: public CntByteItem @@ -55,6 +56,8 @@ public: const IntlWrapper&) const override; + virtual boost::property_tree::ptree dumpAsJSON() const override; + virtual bool QueryValue( css::uno::Any& rVal, sal_uInt8 nMemberId = 0 ) const override; |