From c08435cbb80b7ffa520a971b081e2062359e9366 Mon Sep 17 00:00:00 2001 From: Szymon Kłos Date: Mon, 23 Sep 2019 18:45:34 +0200 Subject: jsdialogs: set frame as a separate type MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I7f56d49dbe3b403c3716798bb52691748974aaae Reviewed-on: https://gerrit.libreoffice.org/79693 Tested-by: Jenkins CollaboraOffice Reviewed-by: Szymon Kłos --- include/vcl/layout.hxx | 1 + 1 file changed, 1 insertion(+) (limited to 'include/vcl/layout.hxx') 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; -- cgit