coverity#1242472 Identical code for different branches

Change-Id: I32a74aa1ad42b975bca4b13403d261fd31deb8dd
This commit is contained in:
Caolán McNamara 2014-10-01 17:01:36 +01:00
parent 8cb61cbb09
commit 6250f61fc8

View File

@ -55,9 +55,7 @@ void CGM::ImplDoClass5()
else
nWidth = (sal_uInt32)ImplGetFloat( pElement->eRealPrecision, pElement->nRealSize ) * 25; // scaling in 1/4 mm
( pElement->nAspectSourceFlags & ASF_LINEWIDTH )
? pElement->aLineBundle.nLineWidth = nWidth
: pElement->aLineBundle.nLineWidth = nWidth;
pElement->aLineBundle.nLineWidth = nWidth;
}
break;
case 0x04 : /*Line Color*/