Issue 117724 - Assertion "Unknown item detected: " with IDs 6634 and 6646
Summary: Assertion "Unknown item detected: " with IDs 6634 and 6646
Status: CLOSED FIXED
Alias: None
Product: General
Classification: Code
Component: code (show other issues)
Version: DEV300m103
Hardware: PC Windows NT
: P3 Normal (vote)
Target Milestone: ---
Assignee: Mathias_Bauer
QA Contact: issues@framework
URL:
Keywords:
: 114596 114724 115520 (view as issue list)
Depends on:
Blocks:
 
Reported: 2011-04-06 07:38 UTC by Mathias_Bauer
Modified: 2017-05-20 10:32 UTC (History)
4 users (show)

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


Attachments
proposed patch (9.78 KB, patch)
2011-04-06 07:58 UTC, Mathias_Bauer
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this issue.
Description Mathias_Bauer 2011-04-06 07:38:15 UTC
found in several CAT0 auto test in w_updt.bas, e.g. tMasterDocFileVersions and tFileClose
Comment 1 Mathias_Bauer 2011-04-06 07:58:24 UTC
Created attachment 76294 [details]
proposed patch
Comment 2 Mathias_Bauer 2011-04-06 08:27:52 UTC
The code used to transform items into property values and vice versa has a problem: it is also used to transform ItemSets in SfxMedium to MediaDescriptors and vice versa. As SID_SAVEASDOC and SID_OPENDOC have different parameters there always will be some items unknown in the other context.

Thus I changed the treatment of the Open/Save slots. They now use a common SfxFormalArgument array, implemented in appuno.cxx and not the individual ones in sfxslots.hxx.

@mav: please review
Comment 3 Mathias_Bauer 2011-04-06 08:40:14 UTC
*** Issue 115520 has been marked as a duplicate of this issue. ***
Comment 4 Mathias_Bauer 2011-04-06 08:41:17 UTC
*** Issue 114724 has been marked as a duplicate of this issue. ***
Comment 5 Mathias_Bauer 2011-04-06 08:41:56 UTC
*** Issue 114596 has been marked as a duplicate of this issue. ***
Comment 6 Oliver-Rainer Wittmann 2012-06-13 12:27:20 UTC
getting rid of value "enhancement" for field "severity".
For enhancement the field "issue type" shall be used.