summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorFrank Schoenheit [fs] <frank.schoenheit@oracle.com>2011-01-10 12:42:18 +0100
committerFrank Schoenheit [fs] <frank.schoenheit@oracle.com>2011-01-10 12:42:18 +0100
commit6a2b7e2232d12df4a2b4d820929085edc22c1f42 (patch)
tree8ed9bae21dc336afa655dbd52ee0a4fb4f5696e3 /sd
parentb44240f655f3f5974a91911b7ec5e5652910a73e (diff)
parentab6b89030ba6f4e80b7df7f734fa23338841293d (diff)
undoapi: merge
Diffstat (limited to 'sd')
-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(),