]> git.lyx.org Git - features.git/commitdiff
InsetTabular.cpp: revert the \bottomline fix from the previous commit because it...
authorUwe Stöhr <uwestoehr@web.de>
Fri, 15 Feb 2008 01:28:46 +0000 (01:28 +0000)
committerUwe Stöhr <uwestoehr@web.de>
Fri, 15 Feb 2008 01:28:46 +0000 (01:28 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23012 a592a061-630c-0410-9148-cb99ea01b6c8

src/insets/InsetTabular.cpp

index 2b9d624b9e3546c5cad770244d13713725d7881f..daa25763fb784a96da123deaa16e47f206078bcf 100644 (file)
@@ -1998,7 +1998,7 @@ int Tabular::TeXBottomHLine(odocstream & os, row_type row) const
                if (bottomLine(i))
                        ++tmp;
        }
-       if (use_booktabs && row == rowCount() - 1 && bottomLine(row)) {
+       if (use_booktabs && row == rowCount() - 1) {
                os << "\\bottomrule";
        } else if (tmp == n - fcell) {
                os << (use_booktabs ? "\\midrule" : "\\hline");