From afa52f6907f6baa408a51dccee650faebb5d2d6b Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Fri, 6 Nov 2020 14:16:21 +0000 Subject: only colors are in use so reduce down to just those MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I757a0f2e7baa981ecb3cad7e0f975e3ae9c509b0 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105414 Tested-by: Jenkins Reviewed-by: Caolán McNamara --- sd/source/ui/animations/CustomAnimationPane.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sd/source/ui/animations/CustomAnimationPane.cxx') 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); } -- cgit