diff options
author | Szymon Kłos <szymon.klos@collabora.com> | 2023-07-06 15:15:50 +0200 |
---|---|---|
committer | Szymon Kłos <szymon.klos@collabora.com> | 2023-07-11 21:49:35 +0200 |
commit | 97c56d3d8912391d6151e99de27d91c1f0c4561f (patch) | |
tree | a841b27ef8c5af4f2d635c0edca8d83863f41a66 /vcl/inc | |
parent | 11d874ee2fc1aeaa468648027050d677ac664ef7 (diff) |
jsdialog: dump calendar data
Change-Id: I51d5e553c5ec1ba9fa5fd63844621368f3cedbd8
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/154133
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>
(cherry picked from commit b61b6fa6ee97a735ba30a4b725075b4c0fffbdd5)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/154314
Tested-by: Jenkins
Diffstat (limited to 'vcl/inc')
-rw-r--r-- | vcl/inc/calendar.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vcl/inc/calendar.hxx b/vcl/inc/calendar.hxx index 5d757e056170..9c96b83708e5 100644 --- a/vcl/inc/calendar.hxx +++ b/vcl/inc/calendar.hxx @@ -220,6 +220,8 @@ public: void SetSelectHdl( const Link<Calendar*,void>& rLink ) { maSelectHdl = rLink; } void SetActivateHdl( const Link<Calendar*,void>& rLink ) { maActivateHdl = rLink; } + + virtual void DumpAsPropertyTree(tools::JsonWriter&) override; }; #endif // INCLUDED_VCL_CALENDAR_HXX |