ooo-build r12187 - in branches/sled-10-sp2-ooo-build-2-4: . patches/src680



Author: pmladek
Date: Wed Apr 16 14:47:37 2008
New Revision: 12187
URL: http://svn.gnome.org/viewvc/ooo-build?rev=12187&view=rev

Log:
2008-04-16  Michael Meeks  <michael meeks novell com>

	* patches/src680/spellcheck-fix.diff,
	* patches/src680/apply: fix spell-checking strangeness; thanks to
	Petr & Florian for most of the isolation work, n#377345, i#88120



Added:
   branches/sled-10-sp2-ooo-build-2-4/patches/src680/spellcheck-fix.diff
Modified:
   branches/sled-10-sp2-ooo-build-2-4/ChangeLog
   branches/sled-10-sp2-ooo-build-2-4/patches/src680/apply

Modified: branches/sled-10-sp2-ooo-build-2-4/patches/src680/apply
==============================================================================
--- branches/sled-10-sp2-ooo-build-2-4/patches/src680/apply	(original)
+++ branches/sled-10-sp2-ooo-build-2-4/patches/src680/apply	Wed Apr 16 14:47:37 2008
@@ -352,6 +352,9 @@
 
 
 [ Fixes ]
+# fix strage spell-checking behaviour
+spellcheck-fix.diff, n#377345, i#88120, michael
+
 # sd printing fixes
 printing-bugfix-254573.diff, n#254573, rodo
 

Added: branches/sled-10-sp2-ooo-build-2-4/patches/src680/spellcheck-fix.diff
==============================================================================
--- (empty file)
+++ branches/sled-10-sp2-ooo-build-2-4/patches/src680/spellcheck-fix.diff	Wed Apr 16 14:47:37 2008
@@ -0,0 +1,15 @@
+Index: sw/source/ui/dialog/SwSpellDialogChildWindow.cxx
+===================================================================
+RCS file: /cvs/sw/sw/source/ui/dialog/SwSpellDialogChildWindow.cxx,v
+retrieving revision 1.11.130.1
+diff -u -p -r1.11.130.1 SwSpellDialogChildWindow.cxx
+--- 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),



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]