editeng/source/editeng/impedit.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit a26351a17cd79bc7776d868b1d0eb14b6c6647d6
Author:     Caolán McNamara <caol...@redhat.com>
AuthorDate: Sat Jul 11 19:41:07 2020 +0100
Commit:     Caolán McNamara <caol...@redhat.com>
CommitDate: Sat Jul 11 22:09:26 2020 +0200

    cid#1465259 silence Arguments in wrong order
    
    Change-Id: I67e82a3ec9128a486ef882f803c900b7c94a4529
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/98573
    Tested-by: Caolán McNamara <caol...@redhat.com>
    Reviewed-by: Caolán McNamara <caol...@redhat.com>

diff --git a/editeng/source/editeng/impedit.cxx 
b/editeng/source/editeng/impedit.cxx
index 07901c0bd8e9..ad32674b4140 100644
--- a/editeng/source/editeng/impedit.cxx
+++ b/editeng/source/editeng/impedit.cxx
@@ -147,6 +147,7 @@ tools::Rectangle LOKSpecialPositioning::GetWindowPos(const 
tools::Rectangle& rDo
     else
     {
         Point aNewPos(aPos.X() - aSz.Height(), aPos.Y());
+        // coverity[swapped_arguments : FALSE] - this is in the correct order
         aRect = tools::Rectangle(aNewPos, Size(aSz.Height(), aSz.Width()));
     }
     return aRect;
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to