To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=94947


User af changed the following:

                What    |Old value                 |New value
================================================================================
             Assigned to|af                        |mst
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Thu Oct 16 16:02:47 +0000 
2008 -------
This is a regression introduced by a fix for issue 93392: a property called
"ListId" is set at a property set without checking that the property is known by
the set and without catching any UnknownPropertyExceptions.  Such an exception
what causes the crash.  The property "ListId" is not known by
SvxUnoTextRangeBase.  The resulting exception is not caught and leads to the
termination of the office process.

The fix should be simple: either check for support of the property, like it is
done in the calling method XMLTextImportHelper::SetStyleAndAttrs at various
other places, or catch the UnknownPropertyException, or, best, do both.

---------------------------------------------------------------------
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to