[Libreoffice-commits] core.git: Branch 'distro/collabora/co-2021' - vcl/source
Szymon KÅos (via logerrit)
logerrit at kemper.freedesktop.org
Tue Jul 27 08:38:05 UTC 2021
vcl/source/control/fixed.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit e4d8f2d1f9d48c9b00ce8bddc76961be44900c5b
Author: Szymon Kłos <szymon.klos at collabora.com>
AuthorDate: Mon Jul 26 14:50:56 2021 +0200
Commit: Szymon Kłos <szymon.klos at collabora.com>
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 <jenkinscollaboraoffice at gmail.com>
Reviewed-by: Szymon Kłos <szymon.klos at collabora.com>
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)
{
More information about the Libreoffice-commits
mailing list