summaryrefslogtreecommitdiff
path: root/include/svl
diff options
context:
space:
mode:
authorSzymon Kłos <szymon.klos@collabora.com>2019-11-26 15:03:27 +0100
committerSzymon Kłos <szymon.klos@collabora.com>2019-11-28 09:45:24 +0100
commitfc34df00c47e97fa1a9633c1e14e8b9df52f77f5 (patch)
treef1f10bf3ca91517ca92f4ba798366fee24a9becf /include/svl
parent5bc3ef9b93cfa2372ec5553affb14741db50bb2d (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/svl')
-rw-r--r--include/svl/intitem.hxx3
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;