]> git.lyx.org Git - features.git/commit
Correctly handle environment sequences in TOC
authorJuergen Spitzmueller <spitz@lyx.org>
Sat, 15 Dec 2012 15:47:57 +0000 (16:47 +0100)
committerJuergen Spitzmueller <spitz@lyx.org>
Sat, 15 Dec 2012 15:50:08 +0000 (16:50 +0100)
commitdcaab11b09d9be2c7b561f9028d30d5a624ecbb9
treeb73c92a5c6f2746667862aa99b2b0e2e1852fc40
parent9f7c8be6d794763452eac592ea9096046a8a06b9
Correctly handle environment sequences in TOC

Only the first paragraph in those sequences goes into the TOC, since the environment is merged.

This is needed to handle the forthcoming beamer environments properly in the outliner.
src/Text.cpp
src/Text.h
src/Text3.cpp
src/TocBackend.cpp
src/insets/InsetText.cpp