Kaydet (Commit) c947d49b authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Fix warning: statement aligned ... [loplugin]

Change-Id: I0a0c40545101a82c9a4054c7a7ccd03e7cfa24d4
üst dcac5282
...@@ -799,7 +799,7 @@ void SwWW8WrGrf::WritePICBulletFHeader(SvStream& rStrm, const Graphic &rGrf, ...@@ -799,7 +799,7 @@ void SwWW8WrGrf::WritePICBulletFHeader(SvStream& rStrm, const Graphic &rGrf,
Set_UInt16( pArr, (sal_uInt16)::rtl::math::round(fVal) ); Set_UInt16( pArr, (sal_uInt16)::rtl::math::round(fVal) );
} }
else else
pArr += 2; pArr += 2;
Set_UInt16( pArr, nCropL ); // set dxaCropLeft Set_UInt16( pArr, nCropL ); // set dxaCropLeft
Set_UInt16( pArr, nCropT ); // set dyaCropTop Set_UInt16( pArr, nCropT ); // set dyaCropTop
......
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