diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-11-06 14:16:21 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-11-08 21:49:19 +0100 |
commit | afa52f6907f6baa408a51dccee650faebb5d2d6b (patch) | |
tree | 8e6c68ce463068b7da16a42e331c83768b61bc47 /sd/source/ui/animations/CustomAnimationPane.cxx | |
parent | 10e0a94416094e9c73b4152989481b89afd8b141 (diff) |
only colors are in use so reduce down to just those
Change-Id: I757a0f2e7baa981ecb3cad7e0f975e3ae9c509b0
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105414
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sd/source/ui/animations/CustomAnimationPane.cxx')
-rw-r--r-- | sd/source/ui/animations/CustomAnimationPane.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sd/source/ui/animations/CustomAnimationPane.cxx b/sd/source/ui/animations/CustomAnimationPane.cxx index 1cff8f00ef1c..2e6d511253ee 100644 --- a/sd/source/ui/animations/CustomAnimationPane.cxx +++ b/sd/source/ui/animations/CustomAnimationPane.cxx @@ -880,9 +880,9 @@ void CustomAnimationPane::DataChanged (const DataChangedEvent&) void CustomAnimationPane::UpdateLook() { - Wallpaper aBackground ( - ::sfx2::sidebar::Theme::GetWallpaper( - ::sfx2::sidebar::Theme::Paint_PanelBackground)); + Color aBackground ( + ::sfx2::sidebar::Theme::GetColor( + ::sfx2::sidebar::Theme::Color_PanelBackground)); SetBackground(aBackground); } |