summaryrefslogtreecommitdiff
path: root/sd/source/ui/slidesorter/view/SlsTheme.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/slidesorter/view/SlsTheme.cxx')
-rw-r--r--sd/source/ui/slidesorter/view/SlsTheme.cxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/sd/source/ui/slidesorter/view/SlsTheme.cxx b/sd/source/ui/slidesorter/view/SlsTheme.cxx
index 639bbac87660..5172e6241eaa 100644
--- a/sd/source/ui/slidesorter/view/SlsTheme.cxx
+++ b/sd/source/ui/slidesorter/view/SlsTheme.cxx
@@ -57,10 +57,7 @@ static Color HGBAdapt (
}
Theme::Theme (const std::shared_ptr<controller::Properties>& rpProperties)
- : maBackgroundColor(rpProperties->GetBackgroundColor()),
- maGradients(),
- maIcons(),
- maColor()
+ : maBackgroundColor(rpProperties->GetBackgroundColor())
{
maColor.resize(ColorType_Size_);
maColor[Color_Background] = maBackgroundColor;