summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2021-03-16 11:30:07 +0000
committerCaolán McNamara <caolanm@redhat.com>2021-03-16 14:39:17 +0100
commit90f25a4ff279aa4561861c313c7c18b9d42777a8 (patch)
tree03b789590267f8120381c4e73db922ec1177e10f /include
parent6fdff333560e625b7c5c4dd9053c9945a45a52d1 (diff)
add access to DumpAsPropertyTree for sidebar::Deck
Change-Id: I9df780ba3a6701275256fff585f4a969178aaff2 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112574 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include')
-rw-r--r--include/vcl/weld.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/vcl/weld.hxx b/include/vcl/weld.hxx
index 0b995277cd31..1fc18c85fb65 100644
--- a/include/vcl/weld.hxx
+++ b/include/vcl/weld.hxx
@@ -317,6 +317,7 @@ public:
virtual css::uno::Reference<css::datatransfer::dnd::XDropTarget> get_drop_target() = 0;
virtual void connect_get_property_tree(const Link<tools::JsonWriter&, void>& rLink) = 0;
+ virtual void get_property_tree(tools::JsonWriter& rJsonWriter) = 0;
// render the widget to an output device
virtual void draw(OutputDevice& rOutput, const Point& rPos, const Size& rSizePixel) = 0;