Fix warning: statement aligned ... [loplugin]
Change-Id: I0a0c40545101a82c9a4054c7a7ccd03e7cfa24d4
This commit is contained in:
parent
dcac52821c
commit
c947d49b5e
1 changed files with 1 additions and 1 deletions
|
@ -799,7 +799,7 @@ void SwWW8WrGrf::WritePICBulletFHeader(SvStream& rStrm, const Graphic &rGrf,
|
|||
Set_UInt16( pArr, (sal_uInt16)::rtl::math::round(fVal) );
|
||||
}
|
||||
else
|
||||
pArr += 2;
|
||||
pArr += 2;
|
||||
|
||||
Set_UInt16( pArr, nCropL ); // set dxaCropLeft
|
||||
Set_UInt16( pArr, nCropT ); // set dyaCropTop
|
||||
|
|
Loading…
Reference in a new issue