summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSzymon Kłos <szymon.klos@collabora.com>2020-11-17 08:40:30 +0100
committerSzymon Kłos <szymon.klos@collabora.com>2020-11-26 13:02:19 +0100
commit10a249a9469c27a74e9c29bb68e0bc796bc93493 (patch)
tree5c5078fe7f5e5e45599c10e96f8d6d8d77d6045c /include
parent1106126f708945a605de6654eae6afb4416b8b90 (diff)
jsdialog: dump VclExpander type
Change-Id: Ie40632ab8ce53e0b1f9277dce3d46032a508edce Reviewed-on: https://gerrit.libreoffice.org/c/core/+/106663 Tested-by: Jenkins Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>
Diffstat (limited to 'include')
-rw-r--r--include/vcl/layout.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/vcl/layout.hxx b/include/vcl/layout.hxx
index cea55a78755e..34d7e9a023c9 100644
--- a/include/vcl/layout.hxx
+++ b/include/vcl/layout.hxx
@@ -489,6 +489,7 @@ public:
const vcl::Window *get_label_widget() const;
virtual void StateChanged(StateChangedType nType) override;
void SetExpandedHdl( const Link<VclExpander&,void>& rLink ) { maExpandedHdl = rLink; }
+ virtual void DumpAsPropertyTree(tools::JsonWriter& rJsonWriter) override;
private:
virtual Size calculateRequisition() const override;
virtual void setAllocation(const Size &rAllocation) override;