Description: The size of the document embedded in the OLE-frame does not correspond to the size of the frame. The OLE-frame is nested in the Base form. Steps to Reproduce: 1.Extract from the archive db_with_ref_2.zip files and put out on the desktop. 2.Run the db_with_ref_2.odb file 3.Open form1 Actual Results: The Calc document nested in the OLE-frame Object2 does not match the size of the parent OLE-frame. An example is shown in Pic2.jpg . Expected Results: A Calc document nested in an OLE-frame Object2 must be inscribed in an OLE-frame and be the same size with it. Reproducible: Always User Profile Reset: Yes Additional Info: Before LO version 7.5.3, this worked. The sizes of the documents corresponded to each other.
Created attachment 189232 [details] Demo-file Extract files to the desktop. Run the db_with_ref_2.odb file. Open form1.
Regression after commit be7ce49f33035fcd289a5ffc7a2307bd9a566780. It may be tested using the macro from bug 156991 comment 2. It was fixed by commit fc5aae69934000d81492668b3a40889bba5d3099 (should be backported?).
(In reply to Mike Kaganski from comment #2) > Regression after commit be7ce49f33035fcd289a5ffc7a2307bd9a566780. > > It may be tested using the macro from bug 156991 comment 2. > > It was fixed by commit fc5aae69934000d81492668b3a40889bba5d3099 (should be > backported?). it was already backported. See bug 156270
Thanks!