X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FInsetTabular.cpp;h=7b4db191732032526bf4d72872f749744a16025b;hb=62af7ee772f16f154225d2d0b65d77f4376b6001;hp=ea76177ed27ddf40af444f4b1c6b438a3361bd12;hpb=0ef2c192c02dfb4578c189e68a0951280ebeea47;p=lyx.git diff --git a/src/insets/InsetTabular.cpp b/src/insets/InsetTabular.cpp index ea76177ed2..7b4db19173 100644 --- a/src/insets/InsetTabular.cpp +++ b/src/insets/InsetTabular.cpp @@ -462,7 +462,7 @@ bool getTokenValue(string const & str, char const * token, Change & change, Buff if (changedata.size() != 3) { Alert::warning(_("Change tracking data incomplete"), _("Change tracking information for tabular row/column " - "is incomplete. I will ignore this.\n")); + "is incomplete. I will ignore this.")); return false; } BufferParams::AuthorMap const & am = bp.author_map_; @@ -3024,8 +3024,6 @@ void Tabular::TeXRow(otexstream & os, row_type row, OutputParams const & runparams, list columns, list logical_columns) const { - idx_type cell = cellIndex(row, 0); - //output the top line TeXTopHLine(os, row, columns, logical_columns); @@ -3061,7 +3059,7 @@ void Tabular::TeXRow(otexstream & os, row_type row, if (isPartOfMultiColumn(row, c)) continue; - cell = cellIndex(row, c); + idx_type cell = cellIndex(row, c); if (isPartOfMultiRow(row, c) && column_info[c].alignment != LYX_ALIGN_DECIMAL) {