summaryrefslogtreecommitdiffstats
path: root/include/svtools
diff options
context:
space:
mode:
authorHenry Castro <hcastro@collabora.com>2019-10-17 19:03:42 -0400
committerHenry Castro <hcastro@collabora.com>2019-10-18 16:47:36 +0200
commit49c968cccfa3f6b2dd0476313190ed3d1d81b3f5 (patch)
tree41c02bdce63af6ae160b89882a97ce1684ac235f /include/svtools
parentUse const references to avoid copying (diff)
downloadcore-49c968cccfa3f6b2dd0476313190ed3d1d81b3f5.tar.gz
core-49c968cccfa3f6b2dd0476313190ed3d1d81b3f5.zip
lok: dump as property tree the valueset control
In order to create a container element at client side dialog using DialogWizard. It is required to send the items of the valueset control. Change-Id: Ib0fdc444c7126e6888e37c8a01f8e7f04c641d18 Reviewed-on: https://gerrit.libreoffice.org/81042 Tested-by: Jenkins Reviewed-by: Henry Castro <hcastro@collabora.com>
Diffstat (limited to 'include/svtools')
-rw-r--r--include/svtools/valueset.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/svtools/valueset.hxx b/include/svtools/valueset.hxx
index ec8daf986478..3855795d0627 100644
--- a/include/svtools/valueset.hxx
+++ b/include/svtools/valueset.hxx
@@ -295,6 +295,7 @@ public:
virtual void RequestHelp( const HelpEvent& rHEvt ) override;
virtual void StateChanged( StateChangedType nStateChange ) override;
virtual void DataChanged( const DataChangedEvent& rDCEvt ) override;
+ virtual boost::property_tree::ptree DumpAsPropertyTree() override;
virtual void Select();
virtual void UserDraw( const UserDrawEvent& rUDEvt );