To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=88120
Issue #|88120
Summary|spell checking unreliable ...
Component|Word processor
Version|OOo 2.4.0
Platform|All
URL|
OS/Version|Linux
Status|NEW
Status whiteboard|
Keywords|
Resolution|
Issue type|PATCH
Priority|P2
Subcomponent|code
Assigned to|ama
Reported by|mmeeks
------- Additional comments from [EMAIL PROTECTED] Thu Apr 10 08:23:14 +0000
2008 -------
Trivial uninitialized variable problem causes -serious-, compound, but
intermittent weirdness (depending on allocator) in the latest builds:
--- sw/source/ui/dialog/SwSpellDialogChildWindow.cxx 17 Jan 2008 16:08:49
-0000
1.11.130.1
+++ sw/source/ui/dialog/SwSpellDialogChildWindow.cxx 10 Apr 2008 08:17:11
-0000
@@ -162,6 +162,7 @@ struct SpellState
SpellState() :
m_bInitialCall(true),
m_bLockFocus(false),
+ m_bLostFocus(false),
m_SpellStartPosition(SPELL_START_BODY),
m_bBodySpelled(false),
m_bOtherSpelled(false),
---------------------------------------------------------------------
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]