diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-06-14 12:26:05 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-06-14 15:32:25 +0200 |
commit | e23363f51e5d24710b032b795e715ad91adee8c9 (patch) | |
tree | 5a45c8b882f883f2fc55549906e52958ec2811a9 /svtools | |
parent | cfe2e4eb835c06b24adabd60c7a3fddbd3f4dbc9 (diff) |
loplugin:unusedmethods
Change-Id: Ibd9f4757ec26da7acc645f33573ace3280e84834
Reviewed-on: https://gerrit.libreoffice.org/55788
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/source/control/valueset.cxx | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/svtools/source/control/valueset.cxx b/svtools/source/control/valueset.cxx index 39f4913b038b..a3b1f5e0b624 100644 --- a/svtools/source/control/valueset.cxx +++ b/svtools/source/control/valueset.cxx @@ -3664,12 +3664,4 @@ OUString SvtValueSet::GetItemText(sal_uInt16 nItemId) const return OUString(); } -void SvtValueSet::SetColor(const Color& rColor) -{ - maColor = rColor; - mbFormat = true; - if (IsReallyVisible() && IsUpdateMode()) - Invalidate(); -} - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |