diff options
-rw-r--r-- | sd/source/ui/slidesorter/view/SlsTheme.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sd/source/ui/slidesorter/view/SlsTheme.cxx b/sd/source/ui/slidesorter/view/SlsTheme.cxx index 7357d7ea00b8..2aaa7f23af95 100644 --- a/sd/source/ui/slidesorter/view/SlsTheme.cxx +++ b/sd/source/ui/slidesorter/view/SlsTheme.cxx @@ -73,7 +73,8 @@ ColorData HGBAdapt ( Theme::Theme (const ::boost::shared_ptr<controller::Properties>& rpProperties) - : maBackgroundColor(rpProperties->GetBackgroundColor().GetColor()), + : mbIsHighContrastMode(false), + maBackgroundColor(rpProperties->GetBackgroundColor().GetColor()), maPageBackgroundColor(COL_WHITE), maGradients(), maIcons(), |