diff options
-rw-r--r-- | vcl/source/outdev/text.cxx | 1 |
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 ); |