summaryrefslogtreecommitdiff
path: root/include/vcl/toolkit/dialog.hxx
diff options
context:
space:
mode:
authorSzymon Kłos <szymon.klos@collabora.com>2020-11-19 13:50:30 +0100
committerSzymon Kłos <szymon.klos@collabora.com>2020-11-27 11:42:54 +0100
commit60ec1659924be692de2985d2b1a5363976db6ca1 (patch)
tree6e42ddaabb73b6fedab637c50a5809cf5828d7d8 /include/vcl/toolkit/dialog.hxx
parentb6d634d74c0231173d6b43357b7cd3cecb76407d (diff)
jsdialog: dump dialog title
Change-Id: Id4c9f336039f8a0b8d1d43fdff4852f32e2c7ae6 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/106707 Tested-by: Jenkins Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>
Diffstat (limited to 'include/vcl/toolkit/dialog.hxx')
-rw-r--r--include/vcl/toolkit/dialog.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/vcl/toolkit/dialog.hxx b/include/vcl/toolkit/dialog.hxx
index 3c519d0a5004..1d3064784bd4 100644
--- a/include/vcl/toolkit/dialog.hxx
+++ b/include/vcl/toolkit/dialog.hxx
@@ -154,6 +154,8 @@ public:
void set_default_response(int nResponse);
int get_default_response() const;
vcl::Window* get_widget_for_response(int nResponse);
+
+ void DumpAsPropertyTree(tools::JsonWriter& rJsonWriter) override;
};
#endif // INCLUDED_VCL_DIALOG_HXX