To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=106497
                 Issue #|106497
                 Summary|linguistic: languages incorrectly marked as supported
               Component|Word processor
                 Version|DEV300m63
                Platform|All
                     URL|
              OS/Version|All
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|PATCH
                Priority|P3
            Subcomponent|code
             Assigned to|tl
             Reported by|cmc





------- Additional comments from c...@openoffice.org Fri Oct 30 15:16:22 +0000 
2009 -------
If the document language does *not* have any spellchecker installed and the
first application launched is draw or impress then the edit engine in svx will
immediately try and spell check with that language. In lingucomponent there is
the code of...

LangSvcEntries_Spell *pEntry = aSvcMap[ nLanguage ].get();

so even though the pEntry returned is NULL, given how maps work, we have *added*
that nLanguage to the map so now if you use format->character the language will
have a little check box beside it because that language now appears in the map
even though we don't really have any support for it.

There's a few other uses of the map like this, might be worth checking the rest
of them too, but here's a patch to fix the immediate instance

---------------------------------------------------------------------
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: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


---------------------------------------------------------------------
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org

Reply via email to