summaryrefslogtreecommitdiff
path: root/vcl/opengl/RenderList.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/opengl/RenderList.cxx')
-rw-r--r--vcl/opengl/RenderList.cxx1
1 files changed, 1 insertions, 0 deletions
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,