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

coverity#735462 Dead default in switch

Change-Id: I48bc819b939ae1a436d3103e8fc75c69c2324dc8
üst bdda683e
......@@ -337,14 +337,6 @@ SfxUInt32Item* FormCache::NewAttr( sal_uInt8 nFormat, sal_uInt8 nSt )
break;
}
break;
default:
//fStandard;nL;
nIndex1 = pFormTable->GetStandardFormat(
NUMBERFORMAT_NUMBER, eLanguage );
aFormString = pFormTable->GenerateFormat(nIndex1,
eLanguage, false, false, nL, 1);
nIndex1 = 0;
break;
}
// Format in Table schieben
......
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