https://bugs.documentfoundation.org/show_bug.cgi?id=146360

--- Comment #13 from Armin Le Grand <armin.le.gr...@me.com> ---
Found the problem now: The default FillBitmap gets set at the 3D shape at the
3rd 3D object (back - but it's actually the front).
Basic problem is that the source BM gets fetched by using

    p3DObj->GetMergedItem(XATTR_FILLBITMAP)

where at the p3DObj the ItemSet is already set using

    p3DObj->SetMergedItemSet( aLocalSet );

*but* setting it at the SdrObject removes the StyleSheet's ItemSet which is set
as parent in aLocalSet. I found three locations where this is done.
Now I have to think about how to best fix that...

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to