summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2011-01-19 12:24:32 +0100
committerIvo Hinkelmann <ihi@openoffice.org>2011-01-19 12:24:32 +0100
commit4de9a23946e04a56481be4110fe568f51728dee6 (patch)
treebf25a4e9b308f011ec559e74af7c37f8931711b7
parent67ac3dc1555faf97d05d267bad48b9b471445737 (diff)
parentea2feb1f1b9eb72e8c60a43036d739f71fc94513 (diff)
CWS-TOOLING: integrate CWS sb135ooo/DEV300_m98
-rw-r--r--sd/source/ui/slidesorter/view/SlsTheme.cxx3
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 875bfcc85..90e254507 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(),