https://bugs.documentfoundation.org/show_bug.cgi?id=118662
--- Comment #21 from Armin Le Grand (CIB) <[email protected]> ---
Difference seems that SvxShape::GetBitmap does something in 6.2 while 6.1 does
nothing for drawing.Caption objects. This is because in 6.1
GetSdrObject()->IsInserted() -> false
while for 6.2
GetSdrObject()->IsInserted() -> true
What means that we have a case where 'IsInserted' is not used as 'this object
is member of a page or group', but abused to suppress special operations.
I am pretty confident when I look into 6.1 (tomorrow) who and why is setting
bInserted (member of SdrObject) I will see some hack for Calc version of
SdrCaptionObj...
All this BTW in an official UNO API implementation for getting
GetPropertyValue("Metafile") what means this will not work for 'special'
XShapes what is by itself bad enough.
--
You are receiving this mail because:
You are the assignee for the bug._______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs