]> git.lyx.org Git - lyx.git/commit
* support/types.h: introduce the char_type type
authorLars Gullik Bjønnes <larsbj@gullik.org>
Sun, 9 Apr 2006 02:30:40 +0000 (02:30 +0000)
committerLars Gullik Bjønnes <larsbj@gullik.org>
Sun, 9 Apr 2006 02:30:40 +0000 (02:30 +0000)
commit618ca28af6c651d992c6d1d64e07e07cd4458010
treedb7e91a517fe354be927feecead6ffdbc7dad78d
parentcf4293824f406c03e940bed6bf7274b57629a857
* support/types.h: introduce the char_type type
* paragraph.h: make value_type point at char_type
* other files: change some bald 'char' to 'char_type'

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13609 a592a061-630c-0410-9148-cb99ea01b6c8
13 files changed:
src/cursor.C
src/cursor.h
src/frontends/Painter.h
src/frontends/font_metrics.h
src/frontends/qt2/QLPainter.C
src/frontends/qt2/qfont_metrics.C
src/lyxtext.h
src/paragraph.C
src/paragraph.h
src/rowpainter.C
src/support/types.h
src/text.C
src/text3.C