vcl/source/control/fixed.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit e4d8f2d1f9d48c9b00ce8bddc76961be44900c5b
Author: Szymon Kłos <[email protected]>
AuthorDate: Mon Jul 26 14:50:56 2021 +0200
Commit: Szymon Kłos <[email protected]>
CommitDate: Tue Jul 27 10:37:32 2021 +0200
jsdialog: dump id for images
Change-Id: Ia25dde027f79bc9c3c22cbaccdb41c2ff1ae4214
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/119504
Tested-by: Jenkins CollaboraOffice <[email protected]>
Reviewed-by: Szymon Kłos <[email protected]>
diff --git a/vcl/source/control/fixed.cxx b/vcl/source/control/fixed.cxx
index dae7699d350f..c6e519aedcb2 100644
--- a/vcl/source/control/fixed.cxx
+++ b/vcl/source/control/fixed.cxx
@@ -978,6 +978,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)
{
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits