]> git.lyx.org Git - features.git/commit
lyxfont.h no longer #includes LColor.h.
authorAngus Leeming <leeming@lyx.org>
Tue, 16 Sep 2003 09:01:15 +0000 (09:01 +0000)
committerAngus Leeming <leeming@lyx.org>
Tue, 16 Sep 2003 09:01:15 +0000 (09:01 +0000)
commit15dc5fa5d666273e6de3b88aede0c4b42c21e4dc
tree7aa63ed4d62f6db6573a3f587a4a300c85500120
parentb34f16995a710b3f15b2b1bd37b6465bf589ec66
lyxfont.h no longer #includes LColor.h.
Change the LyXFont setXYZ member functions to return void, not LyXFont &.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7765 a592a061-630c-0410-9148-cb99ea01b6c8
34 files changed:
src/ChangeLog
src/frontends/controllers/ChangeLog
src/frontends/controllers/character.C
src/frontends/qt2/ChangeLog
src/frontends/qt2/QCharacter.C
src/frontends/qt2/QPrefs.C
src/frontends/qt2/lyx_gui.C
src/frontends/xforms/ChangeLog
src/frontends/xforms/FormCharacter.C
src/frontends/xforms/FormPreferences.C
src/frontends/xforms/lyx_gui.C
src/frontends/xforms/xfont_loader.C
src/insets/ChangeLog
src/insets/renderers.C
src/lyxfont.C
src/lyxfont.h
src/lyxrc.C
src/mathed/ChangeLog
src/mathed/math_braceinset.C
src/mathed/math_data.C
src/mathed/math_exintinset.C
src/mathed/math_fboxinset.C
src/mathed/math_fracinset.C
src/mathed/math_frameboxinset.C
src/mathed/math_gridinset.C
src/mathed/math_hullinset.C
src/mathed/math_macrotemplate.C
src/mathed/math_nestinset.C
src/mathed/math_rootinset.C
src/mathed/math_scriptinset.C
src/mathed/math_spaceinset.C
src/mathed/math_sqrtinset.C
src/mathed/math_support.C
src/rowpainter.C