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

coverity#1209298 Logically dead code

Change-Id: I370f1ff7df1c19e23560599b86b2274649bd5f73
üst 791f3f9d
...@@ -704,7 +704,7 @@ void SwHTMLParser::NewMultiCol( sal_uInt16 columnsFromCss ) ...@@ -704,7 +704,7 @@ void SwHTMLParser::NewMultiCol( sal_uInt16 columnsFromCss )
SwFmtCol aFmtCol; SwFmtCol aFmtCol;
nPrcWidth = 100; nPrcWidth = 100;
aFmtCol.Init( nCols, nGutter, nPrcWidth ? USHRT_MAX : nTwipWidth ); aFmtCol.Init( nCols, nGutter, USHRT_MAX );
aFrmItemSet.Put( aFmtCol ); aFrmItemSet.Put( aFmtCol );
const SfxPoolItem *pItem; const SfxPoolItem *pItem;
......
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