summaryrefslogtreecommitdiff
path: root/vcl/source/control
diff options
context:
space:
mode:
authorSzymon Kłos <szymon.klos@collabora.com>2021-07-26 14:50:56 +0200
committerSzymon Kłos <szymon.klos@collabora.com>2021-08-19 10:02:00 +0200
commitabd08d042fb397fbf97b93d8ca1a6426c1b304e6 (patch)
treeb7386ce520b550a3e35921b9c4e414db24b0e48e /vcl/source/control
parent0ff25f803e8f1d32f5d3ca31de1e5a44233f259b (diff)
jsdialog: dump id for images
Change-Id: Ia25dde027f79bc9c3c22cbaccdb41c2ff1ae4214 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/119504 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Szymon Kłos <szymon.klos@collabora.com> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/120661 Tested-by: Jenkins
Diffstat (limited to 'vcl/source/control')
-rw-r--r--vcl/source/control/fixed.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/source/control/fixed.cxx b/vcl/source/control/fixed.cxx
index 6be690d5c5ae..a3de935a07db 100644
--- a/vcl/source/control/fixed.cxx
+++ b/vcl/source/control/fixed.cxx
@@ -968,6 +968,7 @@ bool FixedImage::set_property(const OString &rKey, const OUString &rValue)
void FixedImage::DumpAsPropertyTree(tools::JsonWriter& rJsonWriter)
{
+ rJsonWriter.put("id", get_id());
rJsonWriter.put("type", "image");
if (!!maImage)
{