summaryrefslogtreecommitdiff
path: root/filter
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-10-26 15:04:10 +0100
committerCaolán McNamara <caolanm@redhat.com>2012-10-26 15:05:16 +0100
commitfb3595dac6042c6fb5bb8823b2037aa2b0a3e7e0 (patch)
tree8581380c14f3051c3c31853c7dc9a0390bc46cc3 /filter
parentaf8d133ea0698ce7a163664e061d9ed33fb358c6 (diff)
loplugin: misleading indent
Change-Id: I382b2a01ec5c7bbe5a3faf7333c161e8a76fdd27
Diffstat (limited to 'filter')
-rw-r--r--filter/source/graphicfilter/ipbm/ipbm.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/filter/source/graphicfilter/ipbm/ipbm.cxx b/filter/source/graphicfilter/ipbm/ipbm.cxx
index abb28ef99b79..6f5fcce96f04 100644
--- a/filter/source/graphicfilter/ipbm/ipbm.cxx
+++ b/filter/source/graphicfilter/ipbm/ipbm.cxx
@@ -380,7 +380,7 @@ sal_Bool PBMReader::ImplReadBody()
nCount--;
if ( nGrey <= mnMaxVal )
nGrey = 255 * nGrey / mnMaxVal;
- mpAcc->SetPixel( nHeight, nWidth++, (sal_uInt8)nGrey );
+ mpAcc->SetPixel( nHeight, nWidth++, (sal_uInt8)nGrey );
nGrey = 0;
if ( nWidth == mnWidth )
{