http://openoffice.org/bugzilla/show_bug.cgi?id=117725

        Issue Type: DEFECT
           Summary: Wrong accessible name in NewStyleDialog
    Classification: Code
           Product: framework
           Version: DEV300m103
          Platform: PC
        OS/Version: Windows NT
            Status: NEW
          Severity: enhancement
          Priority: P3
         Component: code
        AssignedTo: [email protected]
        ReportedBy: [email protected]
         QAContact: [email protected]


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.

-- 
Configure bugmail: http://openoffice.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

---------------------------------------------------------------------
Please do not reply to this automatically generated notification
from Bugzilla. Please log into the website and enter your comments.
---------------------------------------------------------------------
--
-----------------------------------------------------------------
To unsubscribe send email to [email protected]
For additional commands send email to [email protected]
with Subject: help
--
-----------------------------------------------------------------
To unsubscribe send email to [email protected]
For additional commands send email to [email protected]
with Subject: help

Reply via email to