]> git.lyx.org Git - features.git/commit
get rid of ownerPar(), which was super slow; fix tabular crash due to recently introd...
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Mon, 16 Aug 2004 00:32:04 +0000 (00:32 +0000)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Mon, 16 Aug 2004 00:32:04 +0000 (00:32 +0000)
commitd194cfffa5f68f425cff20770956f81c74cf9d0f
tree901e6ec6a415d056fc4b138c45e551d985e25e8a
parent2f298af791ee08afd2729e53f11d96cd39ca65d5
get rid of ownerPar(), which was super slow; fix tabular crash due to recently introduced BOOST_ASSERTs

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8951 a592a061-630c-0410-9148-cb99ea01b6c8
15 files changed:
src/BufferView.C
src/BufferView.h
src/ChangeLog
src/insets/ChangeLog
src/insets/insettabular.C
src/insets/insettabular.h
src/insets/insettext.C
src/insets/insettext.h
src/output_plaintext.C
src/outputparams.C
src/outputparams.h
src/paragraph_funcs.C
src/paragraph_funcs.h
src/tabular.C
src/text2.C