From 1e688a945b55f5e53d06a30d97ce885e0f6bbbee Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Fri, 9 Oct 2015 13:09:23 +0200 Subject: clang-analyzer-deadcode.DeadStores Change-Id: I9e2cf9b06fcf0b0a9dfd642fa788f203ade19fe3 --- vcl/source/gdi/pngread.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'vcl/source/gdi/pngread.cxx') diff --git a/vcl/source/gdi/pngread.cxx b/vcl/source/gdi/pngread.cxx index 87d9a3f9ae18..fd487c12a769 100644 --- a/vcl/source/gdi/pngread.cxx +++ b/vcl/source/gdi/pngread.cxx @@ -1298,7 +1298,6 @@ void PNGReaderImpl::ImplDrawScanline( sal_uInt32 nXStart, sal_uInt32 nXAdd ) { int nLineBytes = maOrigSize.Width(); mpAcc->CopyScanline( nY, pTmp, BMP_FORMAT_8BIT_PAL, nLineBytes ); - pTmp += nLineBytes; } else { -- cgit