vcl/source/control/fixed.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit eb4511f59abff5163e978c09c7188657b8c5588b
Author: Szymon Kłos <[email protected]>
AuthorDate: Wed Oct 20 12:28:08 2021 +0200
Commit: Szymon Kłos <[email protected]>
CommitDate: Wed Dec 29 10:40:50 2021 +0100
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]>
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/127668
Tested-by: Jenkins
diff --git a/vcl/source/control/fixed.cxx b/vcl/source/control/fixed.cxx
index 2977797b815a..d06eeecc292e 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)
{
+ Control::DumpAsPropertyTree(rJsonWriter);
rJsonWriter.put("id", get_id());
rJsonWriter.put("type", "image");
if (!!maImage)