summaryrefslogtreecommitdiff
path: root/include/vcl/button.hxx
diff options
context:
space:
mode:
authorSzymon Kłos <szymon.klos@collabora.com>2019-09-22 17:06:38 +0200
committerSzymon Kłos <szymon.klos@collabora.com>2019-10-01 10:22:44 +0200
commit7388db1b63fb19224f80cd7930268ec924f2c93f (patch)
treec2157ca7523bc863397f39a97ffb349dc9adf4dc /include/vcl/button.hxx
parent7362568a87256c367f79fd17de68cb447e79f265 (diff)
jsdialogs: export more properties
Change-Id: Iaabe560867025c30c1478d4b33357231e67b0b57 Reviewed-on: https://gerrit.libreoffice.org/79799 Tested-by: Jenkins Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>
Diffstat (limited to 'include/vcl/button.hxx')
-rw-r--r--include/vcl/button.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/vcl/button.hxx b/include/vcl/button.hxx
index bff3c8af3de9..eaa074332cba 100644
--- a/include/vcl/button.hxx
+++ b/include/vcl/button.hxx
@@ -91,6 +91,8 @@ public:
virtual FactoryFunction GetUITestFactory() const override;
+ virtual boost::property_tree::ptree DumpAsPropertyTree() override;
+
protected:
/// Handler for click, in case we want the button to handle uno commands (.uno:Something).