To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=108372





------- Additional comments from [email protected] Sat Jan 16 11:46:47 
+0000 2010 -------
in c_upd_toolsmenu.inc (here the excerpt)

   Call fCalcSelectRange ("B2")
    DocumentCalc.TypeKeys "blabla<Return><Up>"
    '/// Open 'Thesaurus' dialog by 'Tools – Language – Thesaurus
    printlog " Open 'Thesaurus' dialog by 'Tools – Language – Thesaurus"
    try
        ToolsLanguageThesaurusCalc
    catch
    catch
        warnlog "Thesaurus did not work"
        call hCloseDocument
        goto endsub
    endcatch
    Kontext "Thesaurus"

The try call of ToolsLanguageThesaurusCalc is executed successfully (no catch
jump), the program then continues with the >>Kontext "Thesaurus"<< line, which
causes the current instance of Calc (with blabla in b2) to disappear. 

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to