vcl/source/control/fixed.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 2c76255d5aba5974a0f867bf471681c4d2d8f6cd
Author: Szymon Kłos <[email protected]>
AuthorDate: Wed Oct 20 12:28:08 2021 +0200
Commit: Szymon Kłos <[email protected]>
CommitDate: Fri Oct 22 14:42:20 2021 +0200
jsdialog: export common properties for Image
Change-Id: Id01686106477cc1911fb5ec345ffcff5537e0de6
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/123884
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 c6e519aedcb2..2a14679a1a78 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)
{
+ Control::DumpAsPropertyTree(rJsonWriter);
rJsonWriter.put("id", get_id());
rJsonWriter.put("type", "image");
if (!!maImage)