https://bugs.freedesktop.org/show_bug.cgi?id=39203
--- Comment #16 from Michael Meeks <[email protected]> 2012-03-06 05:42:46 PST --- To debug this (if it can be reproduced), I'd dig around in: lingucomponent/source/spellcheck/spell/sspellimp.cxx and instrument what is going on at the UNO level; ie. what do we get if we print out all the strings passed to: sal_Bool SAL_CALL SpellChecker::isValid( const OUString& rWord, const Locale& rLocale, const PropertyValues& rProperties ) ie. is the problem in writer itself (I suspect so), passing incorrect / partial strings - or is it in the spell-checking code that says the word is correctly spelled in error :-) Incidentally S. if you want to help out, getting a build of your own on openSUSE is not impossibly difficult, and instrumenting that method (or just installing the debuginfo and putting a breakpoint in that method to see what parameters it is passed in this case) might provide some valuable diagnostics, if you're interested in helping out that is. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ Libreoffice-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
