https://bugs.freedesktop.org/show_bug.cgi?id=57611
Stephan Bergmann <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever confirmed|0 |1 --- Comment #6 from Stephan Bergmann <[email protected]> --- The problem is that OFixedLine::setSize, called from within OFixedLine::setHeight, throws a PropertyVetoException that cannot pass out of OFixedLine::setHeight (thanks to the latter's throw(RuntimeException) specification) so this results in a call to std::unexpected -> std::abort. Looks like a design bug that the setter of the com.sun.star.report.XReportComponent.Height attribute does not specify raises(com.sun.star.beans.PropertyVetoException) while the com.sun.star.drawing.XShape.setSize method does. -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ Libreoffice-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
