diff options
author | Szymon Kłos <szymon.klos@collabora.com> | 2019-09-22 17:06:38 +0200 |
---|---|---|
committer | Szymon Kłos <szymon.klos@collabora.com> | 2019-10-01 10:22:44 +0200 |
commit | 7388db1b63fb19224f80cd7930268ec924f2c93f (patch) | |
tree | c2157ca7523bc863397f39a97ffb349dc9adf4dc /include/vcl/button.hxx | |
parent | 7362568a87256c367f79fd17de68cb447e79f265 (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.hxx | 2 |
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). |