]> git.lyx.org Git - lyx.git/commit
Fix bug 2667
authorGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Sun, 16 Jul 2006 13:04:59 +0000 (13:04 +0000)
committerGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Sun, 16 Jul 2006 13:04:59 +0000 (13:04 +0000)
commit24319e60b9f2b295a5ebc7ebb2eeb06b1d1c3fd4
treec3033f9b11ec3a3f121c0303bb0cbbcad680c7dd
parent025a200c03c106b3a18329e39d1b259f28192620
Fix bug 2667
* src/tex2lyx/tex2lyx.C
(tex2lyx): output an empty paragraph if the document is empty

* src/tex2lyx/context.C
(Context::check_layout): set empty to false

* src/tex2lyx/context.[Ch]
(empty): new flag, tells whether all contexts are empty

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14469 a592a061-630c-0410-9148-cb99ea01b6c8
src/tex2lyx/context.C
src/tex2lyx/context.h
src/tex2lyx/tex2lyx.C