diff options
author | Caolán McNamara <caolanm@redhat.com> | 2022-10-12 10:58:24 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2022-10-13 10:02:57 +0200 |
commit | d28942e5b8f0c58a724e52133eb58b261949266e (patch) | |
tree | 1be2d67d5eed9aea979775864d216efed536164c /vcl/source/gdi/WidgetDefinitionReader.cxx | |
parent | b45867766184ad1200df4183dab537fac9e83ea2 (diff) |
drop newly unused StyleSettings::GetFontColor
Change-Id: Icd20283207e9ac0392d11d74553d7c607330dbe1
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/140895
Tested-by: Caolán McNamara <caolanm@redhat.com>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'vcl/source/gdi/WidgetDefinitionReader.cxx')
-rw-r--r-- | vcl/source/gdi/WidgetDefinitionReader.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/source/gdi/WidgetDefinitionReader.cxx b/vcl/source/gdi/WidgetDefinitionReader.cxx index 6227e15dad08..b635c5e3f9b0 100644 --- a/vcl/source/gdi/WidgetDefinitionReader.cxx +++ b/vcl/source/gdi/WidgetDefinitionReader.cxx @@ -418,7 +418,6 @@ bool WidgetDefinitionReader::read(WidgetDefinition& rWidgetDefinition) { "linkColor", &pStyle->maLinkColor }, { "visitedLinkColor", &pStyle->maVisitedLinkColor }, { "toolTextColor", &pStyle->maToolTextColor }, - { "fontColor", &pStyle->maFontColor }, }; rWidgetDefinition.mpStyle = pStyle; |