Issue 42417 - Impossible to save colorchange into Tools-Options-Chart-Colors
Summary: Impossible to save colorchange into Tools-Options-Chart-Colors
Status: CLOSED FIXED
Alias: None
Product: General
Classification: Code
Component: chart (show other issues)
Version: 3.3.0 or older (OOo)
Hardware: All All
: P3 Trivial (vote)
Target Milestone: ---
Assignee: kla
QA Contact: issues@graphics
URL:
Keywords:
: 45536 (view as issue list)
Depends on:
Blocks:
 
Reported: 2005-02-10 11:46 UTC by kla
Modified: 2013-02-24 21:18 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description kla 2005-02-10 11:46:14 UTC
It's impossible to save a color change on Tabpage Tools-Options-Chart-Colors.
Fall back to default after reopen.
Comment 1 andreas.martens 2005-02-11 13:47:16 UTC
Due a lack of resources retargetted to OOo2.0.1
Comment 2 Oliver Specht 2005-02-13 14:47:34 UTC
It's a chart issue!
Comment 3 IngridvdM 2005-02-14 09:25:36 UTC
->BM: Please take over.
Comment 4 kla 2005-02-14 12:26:36 UTC
Reset Target milestone back to OOo 2.0
Comment 5 bjoern.milcke 2005-02-15 15:50:33 UTC
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?
Comment 6 bjoern.milcke 2005-02-15 15:51:05 UTC
->OS, please help me with the fix for this one.
Comment 7 bjoern.milcke 2005-02-16 10:17:54 UTC
The shell is now set at the chart group-info after the sch-dll is loaded.
Comment 8 bjoern.milcke 2005-02-18 14:40:24 UTC
please verify in CWS sch06

re-open issue and try to reassign to kla@openoffice.org
Comment 9 bjoern.milcke 2005-02-18 14:40:30 UTC
try to reassign to kla@openoffice.org
Comment 10 bjoern.milcke 2005-02-18 14:40:37 UTC
try to reset resolution to FIXED
Comment 11 kla 2005-02-21 14:03:49 UTC
verified
Comment 12 kla 2005-03-03 14:39:31 UTC
closed
Comment 13 flibby05 2005-03-20 18:24:04 UTC
*** Issue 45536 has been marked as a duplicate of this issue. ***