diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-09-18 10:17:33 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-09-18 13:47:29 +0200 |
commit | fba231b21b3d2403679e626f7a1b30aefde6879e (patch) | |
tree | 9772581ae07dcb0ba2780d0bbaf859f1779dd7e4 /svx/source/dialog/dlgctrl.cxx | |
parent | f1dda661333727591d7e616700e829b5e3aa6339 (diff) |
loplugin:unusedfields in SvxPixelCtl
aLineColor is unused since
commit fa1807ad5457d10f8fa073c209a27547e8922c8c
Date: Thu Aug 27 21:18:58 2015 +0300
tdf#93558 Hardcode black text on white background
Change-Id: Idadfa926808568195256c7ea7ac92d71533fe9a9
Diffstat (limited to 'svx/source/dialog/dlgctrl.cxx')
-rw-r--r-- | svx/source/dialog/dlgctrl.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/dialog/dlgctrl.cxx b/svx/source/dialog/dlgctrl.cxx index 8dfad90aaae1..e031b940a0b8 100644 --- a/svx/source/dialog/dlgctrl.cxx +++ b/svx/source/dialog/dlgctrl.cxx @@ -806,7 +806,7 @@ void SvxPixelCtl::Paint( vcl::RenderContext& rRenderContext, const tools::Rectan if (bPaintable) { // Draw lines - rRenderContext.SetLineColor(aLineColor); + rRenderContext.SetLineColor(Color()); for (i = 1; i < nLines; i++) { // horizontal |