]> git.lyx.org Git - features.git/commit
Fix some conversion problems spotted by MSVC warnings
authorGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Sat, 2 Sep 2006 10:18:20 +0000 (10:18 +0000)
committerGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Sat, 2 Sep 2006 10:18:20 +0000 (10:18 +0000)
commit6afe0b915c00fe8c95021a63b3b0b391c56b7c2f
treef2d5d2819e8795151bde8fd18be6b427d0ebe56a
parent14c30e2b8433d935178bbdb25a4749017d4cf4a4
Fix some conversion problems spotted by MSVC warnings
* src/insets/insetquotes.[Ch]
(InsetQuotes::InsetQuotes): char -> lyx::char_type

* src/support/lstrings.h
(contains): new variant for docstrings

* src/frontends/controllers/ControlSpellchecker.C
(isLetter): Add missing conversion to utf8
(nextWord): ditto

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14867 a592a061-630c-0410-9148-cb99ea01b6c8
src/frontends/controllers/ControlSpellchecker.C
src/insets/insetquotes.C
src/insets/insetquotes.h
src/support/lstrings.h