From c947d49b5e2cd96de137460311e54952d03414d2 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Tue, 26 Mar 2013 21:19:33 +0200 Subject: [PATCH] Fix warning: statement aligned ... [loplugin] Change-Id: I0a0c40545101a82c9a4054c7a7ccd03e7cfa24d4 --- sw/source/filter/ww8/wrtww8gr.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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