summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
Diffstat (limited to 'vcl')
-rw-r--r--vcl/backendtest/outputdevice/common.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/backendtest/outputdevice/common.cxx b/vcl/backendtest/outputdevice/common.cxx
index 4e36293b1d70..fb220acea014 100644
--- a/vcl/backendtest/outputdevice/common.cxx
+++ b/vcl/backendtest/outputdevice/common.cxx
@@ -937,6 +937,7 @@ TestResult OutputDeviceTestCommon::checkOpenBezier(Bitmap& rBitmap)
{
for (tools::Long y = 0; y < pAccess->Height(); ++y)
{
+ // coverity[swapped_arguments : FALSE] - this is in the correct order
if (SetPixels[{ y, x }])
{
checkValue(pAccess, x, y, constLineColor, nNumberOfQuirks, nNumberOfErrors, true);