summaryrefslogtreecommitdiff
path: root/vcl/backendtest
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2021-11-07 14:40:14 +0000
committerCaolán McNamara <caolanm@redhat.com>2021-11-07 18:06:28 +0100
commitad9496d43cb0b967dfb47cedb515b885d6f5b575 (patch)
tree44f03e91b0e17b9018b7869afadada980ee7fdc9 /vcl/backendtest
parent3e511ac5b44e860a30cbf6d1d22e467b813bc04b (diff)
cid#1493474 Arguments in wrong order
Change-Id: I6738acf5e48b914491af64377b00f09fc87e8a80 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124818 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'vcl/backendtest')
-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);