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





------- Additional comments from [EMAIL PROTECTED] Fri Feb 16 19:52:47 +0000 
2007 -------
Maybe I know the problem but I just had a short look at the code, no real 
debugging: in nthesimp.cxx there's a loop with the comment "find the first 
thesaurus that matches the locale". However, this loop doesn't stop (no break 
statement), so it uses the entry that comes later in the array. User 
dictionaries are added first to the array, so the system dictionary, which 
comes later, is preferred. The solution would be to add a break once a match 
is found. 
 

---------------------------------------------------------------------
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to