Kaydet (Commit) 402adb33 authored tarafından Vladimir Glazounov's avatar Vladimir Glazounov

INTEGRATION: CWS sw8u10bf05 (1.11.138); FILE MERGED

2008/02/25 08:28:15 od 1.11.138.2: RESYNC: (1.11-1.12); FILE MERGED
2008/01/23 15:50:22 ama 1.11.138.1: Fix #i85365#: Uninitialized variable
üst e9d37017
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: SwSpellDialogChildWindow.cxx,v $ * $RCSfile: SwSpellDialogChildWindow.cxx,v $
* *
* $Revision: 1.12 $ * $Revision: 1.13 $
* *
* last change: $Author: vg $ $Date: 2008-01-29 08:43:07 $ * last change: $Author: vg $ $Date: 2008-03-18 16:02:48 $
* *
* The Contents of this file are made available subject to * The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
...@@ -162,6 +162,7 @@ struct SpellState ...@@ -162,6 +162,7 @@ struct SpellState
SpellState() : SpellState() :
m_bInitialCall(true), m_bInitialCall(true),
m_bLockFocus(false), m_bLockFocus(false),
m_bLostFocus(false),
m_SpellStartPosition(SPELL_START_BODY), m_SpellStartPosition(SPELL_START_BODY),
m_bBodySpelled(false), m_bBodySpelled(false),
m_bOtherSpelled(false), m_bOtherSpelled(false),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment