Issue 37948 - Assertion: getPropertyValue(): wrong type!
Summary: Assertion: getPropertyValue(): wrong type!
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:
Depends on:
Blocks:
 
Reported: 2004-11-26 11:27 UTC by daniel.rentz
Modified: 2013-02-24 21:19 UTC (History)
1 user (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 daniel.rentz 2004-11-26 11:27:38 UTC
New Calc doc -> insert dummy chart -> save as Excel 97

lots of assertions
getPropertyValue(): wrong type!

happens when querying the "LineDash" property
Comment 1 bjoern.milcke 2004-11-26 12:31:12 UTC
Has probably to do with the DashItem that has a new MemberId 0 semantic (due to
UI requirements). Maybe already fixed in an impress CWS (presentationengine01?)
Comment 2 bjoern.milcke 2004-11-26 15:15:57 UTC
The member id MID_LINEDASH is needed for property LineDash in the property map
(svx/inc/unoshprp.hxx) due to changed semantics for MID 0 (see Issue 26252 ).
MID 0 should always be the complete item which in this case is a sequence of
PropertyValues, containing the LineDash as well as its name
Comment 3 bjoern.milcke 2004-11-30 11:04:09 UTC
reopen for reassign
Comment 4 bjoern.milcke 2004-11-30 11:04:46 UTC
please verify (the Linux version is a non-pro)
Comment 5 bjoern.milcke 2004-11-30 11:05:03 UTC
back to fixed
Comment 6 kla 2004-12-10 13:54:31 UTC
verified in sch05
Comment 7 kla 2004-12-30 08:55:06 UTC
ok in master