]> git.lyx.org Git - features.git/commit
Fix bug 2380:
authorGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Tue, 28 Mar 2006 12:49:47 +0000 (12:49 +0000)
committerGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Tue, 28 Mar 2006 12:49:47 +0000 (12:49 +0000)
commit2129ed9082999e5177112ef3f45b7ca74d284788
tree659a006810f8299fec0f8d664380977f52dac51f
parent7b81bf1108603ce656ae9dd7c664ed0ca53ae246
Fix bug 2380:
* src/insets/insettabular.C
        (InsetTabular::hasPasteBuffer):
        (InsetTabular::doDispatch):
        (InsetTabular::insertAsciiString): Construct LyXTabulars with a
        BufferView
* src/tabular.[Ch]
        (cellstruct): Set bv_owner of the text inset
        (LyXTabular::fixCellNums):
        (LyXTabular::appendRow):
        (LyXTabular::deleteRow):
        (LyXTabular::appendColumn):
        (LyXTabular::read): Construct cellstructs with a BufferView

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13516 a592a061-630c-0410-9148-cb99ea01b6c8
src/insets/insettabular.C
src/tabular.C
src/tabular.h