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


User cl changed the following:

                  What    |Old value                 |New value
================================================================================
                    Status|NEW                       |RESOLVED
--------------------------------------------------------------------------------
                Resolution|                          |FIXED
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Thu Jan 19 09:20:53 -0800 
2006 -------
Fixed in cws,

SvxColorItem is not the correct type for the extrusion color slot.

changed
svx/sdi/svx.sdi (1.68.116.1)
svx/source/tbxctrls/extrusioncontrols.cxx (1.8.240.1)

This also needed a fix in sfx2. The current method to search for a toolbox
control factory is to check if the slot type is equal and the slod id is equal
or the factory slot id is 0 (generic).
This caused the font char color toolbox control to be found since it is
registered with slot id 0 before the extrusion color control. This does not make
sense. I changed it (as discussed with cd and mba) that first a factory with the
same slot id is searched and only if not found a factory with same slot type and
slot id 0 is searched.

changes in
sfx2/source/toolbox/tbxitem.cxx (1.54.14.1)

For this fix to work, projects sc, sw and sd have to be build completly after
svx is build and delivered

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