]> git.lyx.org Git - features.git/commit
Fixed rowbreaking for "character"-insets and ignore all paragraph attributes
authorJürgen Vigna <jug@sad.it>
Tue, 8 Jan 2002 14:24:49 +0000 (14:24 +0000)
committerJürgen Vigna <jug@sad.it>
Tue, 8 Jan 2002 14:24:49 +0000 (14:24 +0000)
commit9a5f7d1fe43ddbc1308f69bc609825ac9d618922
treec8b21655906c8fe2f4eb5b3ba3229ad50e9e0dd9
parent685c37df7f9dba82ca210f6340fee083e842a21d
Fixed rowbreaking for "character"-insets and ignore all paragraph attributes
when the cell is not fixed lenght in a tabular on LaTeX output!

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3315 a592a061-630c-0410-9148-cb99ea01b6c8
15 files changed:
src/ChangeLog
src/buffer.C
src/buffer.h
src/insets/ChangeLog
src/insets/inset.C
src/insets/inset.h
src/insets/insetlatexaccent.h
src/insets/insetquotes.h
src/insets/insetspecialchar.C
src/insets/insetspecialchar.h
src/insets/insettabular.C
src/insets/insettabular.h
src/paragraph.C
src/support/textutils.h
src/text.C