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

don't need so many brackets

Change-Id: I6488bf57af2e7ae9aadd340dc0ef2467f0ea5111
üst 1e9ca27c
......@@ -523,7 +523,7 @@ void SVMConverter::ImplConvertFromSVM1( SvStream& rIStm, GDIMetaFile& rMtf )
nActions = 0;
}
const size_t nMinActionSize = (sizeof(sal_uInt16) + sizeof(sal_Int32));
const size_t nMinActionSize = sizeof(sal_uInt16) + sizeof(sal_Int32);
const size_t nMaxPossibleActions = rIStm.remainingSize() / nMinActionSize;
if (static_cast<sal_uInt32>(nActions) > nMaxPossibleActions)
{
......
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