diff options
author | Tor Lillqvist <tml@iki.fi> | 2013-03-26 21:19:33 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-03-26 21:19:33 +0200 |
commit | c947d49b5e2cd96de137460311e54952d03414d2 (patch) | |
tree | e33b38e185b535f77e6b251fa17302865f635fcc /sw | |
parent | dcac52821c28d2e6cd1240cdafaabb4c47b32dcf (diff) |
Fix warning: statement aligned ... [loplugin]
Change-Id: I0a0c40545101a82c9a4054c7a7ccd03e7cfa24d4
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/filter/ww8/wrtww8gr.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/filter/ww8/wrtww8gr.cxx b/sw/source/filter/ww8/wrtww8gr.cxx index d5ae6143ab24..67d5c9ac0825 100644 --- a/sw/source/filter/ww8/wrtww8gr.cxx +++ b/sw/source/filter/ww8/wrtww8gr.cxx @@ -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 |