To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=52254
User sj changed the following:
What |Old value |New value
================================================================================
Assigned to|sj |cl
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Thu Jul 21 04:40:05 -0700
2005 -------
sj->cl: The problem seems to be following pointer cast in
ExtrusionColorControl::StateChanged, because the Extrusion3DColor item is a
SfxInt32Item and not a SvxColorItem.
const SvxColorItem* pItem = 0;
if( SFX_ITEM_DONTCARE != eState )
pItem = PTR_CAST( SvxColorItem, pState );
---------------------------------------------------------------------
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]