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


User bm changed the following:

                  What    |Old value                 |New value
================================================================================
                    Status|NEW                       |STARTED
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Tue Feb 15 07:50:33 -0800 
2005 -------
In OOo 1.1 in the method OfaTreeOptionsDialog::ApplyItemSets() the group-info
for charts contained a valid shell (pShell). Thus the chart's module function
SchModule::ApplyItemSet was called which committed the changes in the color 
table.

Now, the shell is 0, which results in a call to
OfaTreeOptionsDialog::ApplyItemSet, which has no handling for chart options.  We
should add a case statement here for charts.

BTW: The one but last case label (case SID_FILTER_DLG) has no following break;,
instead the last case (SID_SB_STARBASEOPTIONS) has two breaks.  This should be
fixed.

->OS: What could we do to call either SchModule::ApplyItemSet or commit the
config item by other means?

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