diff options
Diffstat (limited to 'svx/source')
-rw-r--r-- | svx/source/xoutdev/_xoutbmp.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/svx/source/xoutdev/_xoutbmp.cxx b/svx/source/xoutdev/_xoutbmp.cxx index d2437cbfc25c..1e57b09bfe3c 100644 --- a/svx/source/xoutdev/_xoutbmp.cxx +++ b/svx/source/xoutdev/_xoutbmp.cxx @@ -591,6 +591,7 @@ tools::Polygon XOutBitmap::GetContour( const Bitmap& rBmp, const XOutFlags nFlag // this loop always breaks eventually as there is at least one pixel while( true ) { + // coverity[copy_paste_error] - this is correct nX, not nY if( aBlack == pAcc->GetPixelFromData( pScanline, nX ) ) { pPoints2[ nPolyPos ] = Point( nX, nY ); |