]> git.lyx.org Git - features.git/commit
Fix a crash when spellchecking when a Math inset is the last inset in the document...
authorVincent van Ravesteijn <vfr@lyx.org>
Sat, 12 Dec 2009 02:56:06 +0000 (02:56 +0000)
committerVincent van Ravesteijn <vfr@lyx.org>
Sat, 12 Dec 2009 02:56:06 +0000 (02:56 +0000)
commit8c8675e2ca675978634385dadb7cb08b2ea7da64
tree4ec477017e433db3d9bf91574276646c911862ef
parent8515bea89ad785be8c3093cb13a7a7e6ed7066db
Fix a crash when spellchecking when a Math inset is the last inset in the document. Make sure that the words between a math inset and the next inset are spellchecked. Also fix the count of the number of words when there are math insets.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32489 a592a061-630c-0410-9148-cb99ea01b6c8
src/Buffer.cpp