https://issues.apache.org/ooo/show_bug.cgi?id=105491

Andre <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|CONFIRMED                   |RESOLVED
         Resolution|---                         |FIXED

--- Comment #9 from Andre <[email protected]> ---
Fixed the crash when loading the document.  In
SdrObjCustomShape::SetVerticalWriting(sal_Bool) the shape's item set was
updated before the (explicitly stored) vertical flag was updated.  During the
update of the item set the old value of the flag was copied by some other
object.  Then the vertical flag was updated.  In the following clean up step
the copied old value of the flag was used and led to another round of setting
the vertical flag.

Fixed by switching the order of setting the item set and setting the flag
value.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are watching all bug changes.

Reply via email to