To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=87199
User fs changed the following:
What |Old value |New value
================================================================================
Assigned to|fs |cl
--------------------------------------------------------------------------------
Keywords| |regression
--------------------------------------------------------------------------------
Target milestone|--- |OOo 3.0
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Tue Mar 18 20:40:33 +0000
2008 -------
fs->cl: the crash is in XMLStyleExport::exportStyleFamily, where the model which
is being exported (GetExport().GetModel()) is queried for the
XStyleFamiliesSupplier interface, which it does not support - nonetheless, the
NULL pointer resulting from the query is used without checks.
While I think that the this code is too generous - it should check the
XStyleFamiliesSupplier interface it got -, nothing relevant changed between m2
and m3 in xmloff/source/style, so the root cause of the problem must be
somewhere in the model implementation, which is a SvxUnoDrawingModel.
For both classes - SvxUnoDrawingModel and XMLStyleExport -, I think you're
better suited in finding out the cause, or a responsible person, than I am.
Thanks :)
---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]