coverity#1242472 Identical code for different branches
Change-Id: I32a74aa1ad42b975bca4b13403d261fd31deb8dd
This commit is contained in:
parent
8cb61cbb09
commit
6250f61fc8
@ -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*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user