From 0aa5aa5ddccb6e291063c7af8389c045ba4d3d5a Mon Sep 17 00:00:00 2001 From: John Levon Date: Wed, 11 Jun 2003 15:34:26 +0000 Subject: [PATCH] more ws (test) git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7148 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/tabular.C | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/tabular.C b/src/tabular.C index c9e750a990..c34ea05a7f 100644 --- a/src/tabular.C +++ b/src/tabular.C @@ -2519,9 +2519,8 @@ void LyXTabular::Validate(LaTeXFeatures & features) const if (NeedRotating()) features.require("rotating"); for (int cell = 0; cell < numberofcells; ++cell) { - if ( (GetVAlignment(cell) != LYX_VALIGN_TOP) || - ( !(GetPWidth(cell).zero())&&!(IsMultiColumn(cell)) ) - ) + if ((GetVAlignment(cell) != LYX_VALIGN_TOP) || + (!(GetPWidth(cell).zero())&&!(IsMultiColumn(cell)))) features.require("array"); GetCellInset(cell)->validate(features); } -- 2.39.2