diff options
Diffstat (limited to 'sw/source')
-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 |