]> git.lyx.org Git - features.git/commit
Fix bug 4576. Bug was mixed up with Empty Layout stuff. It was not always easy for...
authorRichard Heck <rgheck@comcast.net>
Tue, 22 Apr 2008 18:30:43 +0000 (18:30 +0000)
committerRichard Heck <rgheck@comcast.net>
Tue, 22 Apr 2008 18:30:43 +0000 (18:30 +0000)
commit8c99d7227e43e3cd6cc74a4ebb69c18c6b729691
tree104eb0601b065e1837391063cb8df1abf4aed313
parent209e083b192721aa55f349c510418f6b61723085
Fix bug 4576. Bug was mixed up with Empty Layout stuff. It was not always easy for me to know then which test I needed to do, but if there are more of these, they'll be similar. Anyway, the right test here would have been:
if (!par->forceEmptyLayout())
but in fact things can be simplified more.

Cosmetics will follow. This patch makes the action more obvious.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24453 a592a061-630c-0410-9148-cb99ea01b6c8
src/output_latex.cpp