cid#1607205 Overflowed constant
Change-Id: Ic70c6f866a78ee01947415fe2f4af9508490e351 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/174152 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Jenkins
This commit is contained in:
parent
4cc532c039
commit
df389675fc
1 changed files with 1 additions and 1 deletions
|
@ -397,7 +397,7 @@ void ScDocument::FillInfo(
|
|||
{
|
||||
//TODO: check Conditionals also for HasAttrFlags::Rotate ????
|
||||
|
||||
OSL_ENSURE( nArrCount>2, "nArrCount too small" );
|
||||
assert( nArrCount>2 && "nArrCount too small" );
|
||||
FindMaxRotCol( nTab, &pRowInfo[1], nArrCount-1, nCol1, nCol2 );
|
||||
// FindMaxRotCol sets nRotMaxCol
|
||||
|
||||
|
|
Loading…
Reference in a new issue