summaryrefslogtreecommitdiff
path: root/include/vcl/layout.hxx
diff options
context:
space:
mode:
authorSzymon Kłos <szymon.klos@collabora.com>2019-09-23 18:45:34 +0200
committerSzymon Kłos <szymon.klos@collabora.com>2019-10-01 14:56:30 +0200
commit93d6bef4428d92c74e13a3f17b78be7026c782ba (patch)
treedfbe18619c9a43c2baeb8979ae2bcb3d973dfadb /include/vcl/layout.hxx
parent554469c11cb3bafbeddf2be4f42a238437b4776d (diff)
jsdialogs: set frame as a separate type
Change-Id: I7f56d49dbe3b403c3716798bb52691748974aaae Reviewed-on: https://gerrit.libreoffice.org/79801 Tested-by: Jenkins Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>
Diffstat (limited to 'include/vcl/layout.hxx')
-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 cfc2b444eaef..ec40707c6306 100644
--- a/include/vcl/layout.hxx
+++ b/include/vcl/layout.hxx
@@ -409,6 +409,7 @@ public:
virtual const vcl::Window *get_child() const override;
vcl::Window *get_label_widget();
const vcl::Window *get_label_widget() const;
+ virtual boost::property_tree::ptree DumpAsPropertyTree() override;
protected:
virtual Size calculateRequisition() const override;
virtual void setAllocation(const Size &rAllocation) override;