Issue 114977

Summary: assertion: AccessibleName already set!
Product: gsl Reporter: 400guy <tenger>
Component: codeAssignee: Oliver-Rainer Wittmann <orw>
Status: CLOSED DUPLICATE QA Contact: issues@gsl <issues>
Severity: Trivial    
Priority: P3 CC: issues, malte_timmermann, Mathias_Bauer, orw
Version: DEV300m88   
Target Milestone: OOo 3.x   
Hardware: PC   
OS: Linux, all   
Issue Type: DEFECT Latest Confirmation in: ---
Developer Difficulty: ---

Description 400guy 2010-10-07 20:10:11 UTC
I am running a non-product build of DEV300_m88, and I have not
previously set anything within Tools > Options > OpenOffice.org >
Print.


To provoke the assertion ...

(*) Select menu options Tools > Options and open OpenOffice.org >
    Print.  Program displays a dialog with section Reduce print data
    containing a radio button Settings with options Printer (selected)
    and Print to file.

(*) Click on the option Print to file.  Program displays Debug Output
    ...

        Error: AccessibleName already set!
        From File
/home/terry/OOo_hacking/DEV300_m88/vcl/source/window/window.cxx at Line 9160
        Abort ? (Yes=abort / No=ignore / Cancel=core dump)
Comment 1 philipp.lohmann 2010-10-14 13:45:55 UTC
reason for this is sfx2/source/dialog/printoptions.cxx ImplSetAccessibbleNames.
This was introduced (by od, now on CC) to fix issue 63982 and certainly
implements the behavior described there.

However mt told me, that the accessible name is NOT supposed to be what gets
read (contrary to the description in issue 63982) and should only be unique -
and not be changed since there is no notification for this name change. Whence
the assertion I guess; window.cxx asserts every control the sets a new
AccesibleName when one was already set.

HTH ?
Comment 2 philipp.lohmann 2010-10-26 10:31:11 UTC
please fix this another way, it would seem that the original issue 63982 is not
actually fixed.
Comment 3 Martin Hollmichel 2011-03-16 10:57:24 UTC
set target to 3.x since not relevant for 3.4 release.
Comment 4 Mathias_Bauer 2011-04-06 08:34:20 UTC
I fixed that issue before I found this duplicate

*** This issue has been marked as a duplicate of issue 117714 ***