]> git.lyx.org Git - features.git/commit
Another attempt at 2178. This is a "minimal" patch designed to fix the bug with the...
authorRichard Heck <rgheck@comcast.net>
Fri, 21 Mar 2008 17:45:14 +0000 (17:45 +0000)
committerRichard Heck <rgheck@comcast.net>
Fri, 21 Mar 2008 17:45:14 +0000 (17:45 +0000)
commitb922cfd3b351683fa452eeec4830258d72d47ab8
tree991b57b730d780593c54d70a254e9c843d33904f
parentd5ad3f6d7a442978d9864f11c7bff89f3895cd79
Another attempt at 2178. This is a "minimal" patch designed to fix the bug with the minimum amount of new code. A better fix, suggested by Andre, would merge InsetTableCell and CellData into one class, in which case InsetTableCell::cell_data_ can be removed. A definite plus. I'll do that later if this works. But let's get it right first.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23879 a592a061-630c-0410-9148-cb99ea01b6c8
src/Paragraph.cpp
src/insets/Inset.cpp
src/insets/InsetCode.h
src/insets/InsetTabular.cpp
src/insets/InsetTabular.h
src/insets/InsetText.cpp
src/insets/InsetText.h