From ff12fcb01b01e6bae6e5e2cda96bacd2c6fa04fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Uwe=20St=C3=B6hr?= Date: Mon, 9 Feb 2009 00:06:32 +0000 Subject: [PATCH] GuiTabular.cpp: a whitespace fix git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@28406 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/frontends/qt4/GuiTabular.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontends/qt4/GuiTabular.cpp b/src/frontends/qt4/GuiTabular.cpp index bc00625d8a..6f682b2fa0 100644 --- a/src/frontends/qt4/GuiTabular.cpp +++ b/src/frontends/qt4/GuiTabular.cpp @@ -836,7 +836,7 @@ void GuiTabular::updateContents() } row_set = tabular_.getRowOfLTLastFoot(row, ltt); - lastfooterStatusCB->setChecked(row_set); + lastfooterStatusCB->setChecked(row_set); if (ltt.set && (!ltt.empty || !use_empty)) { lastfooterBorderAboveCB->setChecked(ltt.topDL); lastfooterBorderBelowCB->setChecked(ltt.bottomDL);