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
commitfa27b2da2f8e7bd9bafb4a057318ac22577727dd (patch)
tree5279a45e95a2820f1261e3108cbda25133858f5a
parent780adba2915a849e0d7641e024f65515517dc193 (diff)
parentedf5e10ffdc2d243b08b853e36faf629051056aa (diff)
CWS-TOOLING: integrate CWS sb135
Notes
split repo tag: impress_ooo/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 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(),