vcl/opengl/RenderList.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit c8284fea44bd2e0170da8cbfab0c041e287ea99b
Author:     Caolán McNamara <caol...@redhat.com>
AuthorDate: Fri Aug 7 09:34:28 2020 +0100
Commit:     Caolán McNamara <caol...@redhat.com>
CommitDate: Fri Aug 7 21:24:11 2020 +0200

    cid#1465674 silence Copy-paste error
    
    Change-Id: I5b90774ffae5ee0ce32de1d557bd50f2d6b775cb
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100293
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <caol...@redhat.com>

diff --git a/vcl/opengl/RenderList.cxx b/vcl/opengl/RenderList.cxx
index e894bb67ce50..8ba437f924c3 100644
--- a/vcl/opengl/RenderList.cxx
+++ b/vcl/opengl/RenderList.cxx
@@ -240,6 +240,7 @@ void RenderList::addDrawRectangle(long nX, long nY, long 
nWidth, long nHeight, d
     if (nFillColor == SALCOLOR_NONE)
         return;
 
+    // coverity[copy_paste_error : FALSE] - this is correct nLineColor not 
nFillColor
     if (nLineColor == SALCOLOR_NONE)
     {
         appendRectangle(rRenderParameter.maVertices, 
rRenderParameter.maIndices,
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to