To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=73248
User aw changed the following:
What |Old value |New value
================================================================================
Status|NEW |STARTED
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Mon Jan 8 05:19:14 -0800
2007 -------
AW: I was too fast with no longer using SdrPathObj::GetHdl(). Indirectly, it is
used from the SdrVirtObj used in SW in header/footer. In
SdrVirtObj::AddToHdlList() there was no implementation to call the same method
in the referenced object, but a call to the base implementation of SdrObject.
AW: Changed three tings:
(1) SdrVirtObj::GetHdl() will handle null pointer returns from referenced
object, it is not guarateed that GetHdl() returns someting.
(2) SdrVirtObj::AddToHdlList uses AddToHdlList from the referenced object now
and adapts the result accordingly
(3) SdrPathObj::GetHdl gets a fallback-implementation which is expensinve and
asserts that it should not be used and what to do alternatively.
All together, SdrPathObj::GetHdl will no longer be called as it was intended.
Testing...
---------------------------------------------------------------------
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]