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

coverity#735656 Division or modulo by zero

Change-Id: I846f5f10649e2f12bac763c87e88cd55135f3d00
üst 13ae1069
......@@ -1347,7 +1347,7 @@ Size ListBox::CalcBlockSize( sal_uInt16 nColumns, sal_uInt16 nLines ) const
void ListBox::GetMaxVisColumnsAndLines( sal_uInt16& rnCols, sal_uInt16& rnLines ) const
{
long nCharWidth = GetTextWidth( OUString(static_cast<sal_Unicode>('x')) );
float nCharWidth = approximate_char_width();
if ( !IsDropDownBox() )
{
Size aOutSz = mpImplLB->GetMainWindow()->GetOutputSizePixel();
......
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