diff options
author | Szymon Kłos <szymon.klos@collabora.com> | 2020-03-04 16:04:08 +0100 |
---|---|---|
committer | Szymon Kłos <szymon.klos@collabora.com> | 2020-05-20 13:10:14 +0200 |
commit | fe0176fa4776afb5a2a0a8dc82b8265fb2b2cf31 (patch) | |
tree | 8e49f355ee804621fe5d737bcb182adcda57584e /include | |
parent | 0a3d414fb0ac27292320d99f802722a8a9670240 (diff) |
jsdialog: send tab names
Change-Id: Iaae09ec6fc1af0de7f052b89a09ea184a023be70
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/94182
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/94557
Tested-by: Jenkins
Diffstat (limited to 'include')
-rw-r--r-- | include/vcl/tabctrl.hxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/vcl/tabctrl.hxx b/include/vcl/tabctrl.hxx index 8e8315bbff8e..d35f0d76aa8e 100644 --- a/include/vcl/tabctrl.hxx +++ b/include/vcl/tabctrl.hxx @@ -26,6 +26,7 @@ #include <vcl/toolbox.hxx> #include <vcl/EnumContext.hxx> #include <vcl/NotebookbarContextControl.hxx> +#include <boost/property_tree/json_parser.hpp> class ImplTabItem; struct ImplTabCtrlData; @@ -185,6 +186,8 @@ public: virtual FactoryFunction GetUITestFactory() const override; virtual void queue_resize(StateChangedType eReason = StateChangedType::Layout) override; + + virtual boost::property_tree::ptree DumpAsPropertyTree() override; }; class NotebookBar; |