summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2019-11-17 18:02:13 +0000
committerCaolán McNamara <caolanm@redhat.com>2019-11-17 20:46:44 +0100
commiteddf039a85a30f4196cb21b9b4cb24ee82c72722 (patch)
treef495caa511c3e883c3f7477099dea8ef4989ee07
parent10be6512107891b5bd4f1055fac3dcd9fe3b784c (diff)
cid#1430089 Copy-paste error
add an annotation here Change-Id: Ib8a924271e557f7eb8ee4b5a7353206485b1f10a Reviewed-on: https://gerrit.libreoffice.org/83028 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
-rw-r--r--vcl/source/outdev/text.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/source/outdev/text.cxx b/vcl/source/outdev/text.cxx
index 3c69069929a8..26d7e38f318c 100644
--- a/vcl/source/outdev/text.cxx
+++ b/vcl/source/outdev/text.cxx
@@ -338,6 +338,7 @@ void OutputDevice::ImplDrawSpecialText( SalLayout& rSalLayout )
// relief-color is black for white text, in all other cases
// we set this to LightGray
+ // coverity[copy_paste_error: FALSE] - this is intentional
if ( aTextColor == COL_WHITE )
aReliefColor = COL_BLACK;
SetTextLineColor( aReliefColor );