summaryrefslogtreecommitdiff
path: root/include/sfx2
diff options
context:
space:
mode:
authorSzymon Kłos <szymon.klos@collabora.com>2019-09-24 14:18:16 +0200
committerSzymon Kłos <szymon.klos@collabora.com>2019-10-01 14:31:23 +0200
commit7d1a5976b369ca8d7365ff33b0934181a9949b8a (patch)
tree513db989359b5ed2877da984426467b3509ecabb /include/sfx2
parent6d46ccc6b52c45d3d64a1c66f616defd12147bc5 (diff)
jsdialogs: set panel as a separate type
Change-Id: I715915ddcaff807ae6a6593dd776dbdb86f2bf4a Reviewed-on: https://gerrit.libreoffice.org/79802 Tested-by: Jenkins Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>
Diffstat (limited to 'include/sfx2')
-rw-r--r--include/sfx2/sidebar/Panel.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sfx2/sidebar/Panel.hxx b/include/sfx2/sidebar/Panel.hxx
index 25687459def2..7ecf38b24b68 100644
--- a/include/sfx2/sidebar/Panel.hxx
+++ b/include/sfx2/sidebar/Panel.hxx
@@ -61,6 +61,7 @@ public:
virtual void Resize() override;
virtual void DataChanged (const DataChangedEvent& rEvent) override;
virtual void ApplySettings(vcl::RenderContext& rRenderContext) override;
+ virtual boost::property_tree::ptree DumpAsPropertyTree() override;
private:
const OUString msPanelId;