]> git.lyx.org Git - features.git/commit
* src/output_plaintext.C: check line length before outputting
authorMichael Schmitt <michael.schmitt@teststep.org>
Thu, 15 Feb 2007 16:07:36 +0000 (16:07 +0000)
committerMichael Schmitt <michael.schmitt@teststep.org>
Thu, 15 Feb 2007 16:07:36 +0000 (16:07 +0000)
commit1baa28f2bcbc173f854ef2f8790c7e304863a850
tree29325b02dc27d158505952463a86891bc32a7826
parent018cb4905eb438f276d36004129a779bec8e6ba1
* src/output_plaintext.C: check line length before outputting
a word in front of an inset; make sensible use of plaintext()
return value (IMHO totally broken before)
* insets/insetfoot.[Ch]: add plaintext()
* insets/insethfill.[Ch]: adjust plaintext(); make the
number of characters determinitic; minor header cleanup
* insets/insetbase.h: add comment on return value
of plaintext() - before its meaning was unclear

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17200 a592a061-630c-0410-9148-cb99ea01b6c8
src/insets/insetbase.h
src/insets/insetfoot.C
src/insets/insetfoot.h
src/insets/insethfill.C
src/insets/insethfill.h
src/output_plaintext.C