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-09-30 09:47:20 +0200
commitc08435cbb80b7ffa520a971b081e2062359e9366 (patch)
tree15732d0d00fd5e14a95165cd2594f66d02b249b3 /include/vcl/layout.hxx
parent657b73d6be7c0efbbe838b3d3b90276bda702d58 (diff)
jsdialogs: set frame as a separate type
Change-Id: I7f56d49dbe3b403c3716798bb52691748974aaae Reviewed-on: https://gerrit.libreoffice.org/79693 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> 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 561a0e7135e3..0cc8fc1bdfda 100644
--- a/include/vcl/layout.hxx
+++ b/include/vcl/layout.hxx
@@ -410,6 +410,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;