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


User tl changed the following:

                What    |Old value                 |New value
================================================================================
                  Status|NEW                       |STARTED
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Thu Oct  2 11:26:48 +0000 
2008 -------
tl->milke: ok, after seeing the stack I got an idea. The last few calls look
familiar to a stack I have seen already.

If you want to try a patch it will be in
lingcomponent/source/hyphenator/altlinux/hyphen/hyphneimp.cxx

In function getLocales there are the lines
  //! now have one dictionary entry for each locale
  //! (this is necessary in order to allow for several locales for one 
dictionary)
  numdict = aSuppLocales.getLength();

If you change those lines to
        numdict = 0;
        for (aDictIt = aDics.begin();  aDictIt != aDics.end();  ++aDictIt)
            numdict = numdict + aDictIt->aLocaleNames.getLength();
it may fix the problem.
If that is true then your issue is a duplicate to issue 94523 which is already
fixed, but is targeted for OOo 3.01.






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