Kaydet (Commit) bab07202 authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#1242775 Use of untrusted scalar value

Change-Id: Iaaf92c4be9b41c5824a1b1474fbce19a1afa49ae
üst 24d2831e
......@@ -175,6 +175,8 @@ void OP_ColumnWidth(LotusContext& rContext, SvStream& r, sal_uInt16 /*n*/)
if (ValidCol(nCol))
{
nCol = SanitizeCol(nCol);
sal_uInt16 nBreite;
if( nWidthSpaces )
// assuming 10cpi character set
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment