To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=81673
User af changed the following:
What |Old value |New value
================================================================================
Status|NEW |RESOLVED
--------------------------------------------------------------------------------
Resolution| |FIXED
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Wed Oct 31 14:06:28 +0000
2007 -------
The cause of this bug is an optimization made in
SdrObject::getSdrObjectFromXShape() and ::GetSdrObjectFromXShape(): the lines
SvxShape* pShape = SvxShape::getImplementation( xShape );
were replaced by
SvxShape* pShape = dynamic_cast< SvxShape* >( xShape.get() );
The later does not take the Writer implementation with its SwXShape class into
account and fails in that case.
Reverting this change fixes the bug.
---------------------------------------------------------------------
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]