Issue 117725 - Wrong accessible name in NewStyleDialog
Summary: Wrong accessible name in NewStyleDialog
Status: CONFIRMED
Alias: None
Product: General
Classification: Code
Component: code (show other issues)
Version: DEV300m103
Hardware: PC Windows NT
: P3 Normal (vote)
Target Milestone: ---
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-06 07:43 UTC by Mathias_Bauer
Modified: 2013-10-08 11:45 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 Mathias_Bauer 2011-04-06 07:43:55 UTC
In sfx2/source/dialog/newstyle.cxx the following code was added in the IAccessible2 implementation:

line 94

	aColBox.SetAccessibleName(SfxResId(FL_COL));

Obviously this was meant to set an AccessibleName for a list box, but also obviously with completely wrong code. FL_COL is an internal ID for a fixed line and besides that a String should be passed, not a resource ID.

As this code caused an assertion, I have commented it out in cws cat0assertions. Please proceed.
Comment 1 Oliver-Rainer Wittmann 2012-06-13 12:32:39 UTC
getting rid of value "enhancement" for field "severity".
For enhancement the field "issue type" shall be used.