mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-10 18:58:10 +00:00
more ws (test)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7148 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
2dc7727ccf
commit
0aa5aa5ddc
@ -2519,9 +2519,8 @@ void LyXTabular::Validate(LaTeXFeatures & features) const
|
|||||||
if (NeedRotating())
|
if (NeedRotating())
|
||||||
features.require("rotating");
|
features.require("rotating");
|
||||||
for (int cell = 0; cell < numberofcells; ++cell) {
|
for (int cell = 0; cell < numberofcells; ++cell) {
|
||||||
if ( (GetVAlignment(cell) != LYX_VALIGN_TOP) ||
|
if ((GetVAlignment(cell) != LYX_VALIGN_TOP) ||
|
||||||
( !(GetPWidth(cell).zero())&&!(IsMultiColumn(cell)) )
|
(!(GetPWidth(cell).zero())&&!(IsMultiColumn(cell))))
|
||||||
)
|
|
||||||
features.require("array");
|
features.require("array");
|
||||||
GetCellInset(cell)->validate(features);
|
GetCellInset(cell)->validate(features);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user