summaryrefslogtreecommitdiff
path: root/sd/source/ui/view/outlview.cxx
diff options
context:
space:
mode:
authorChristian Lippka <cl@openoffice.org>2002-08-29 11:23:36 +0000
committerChristian Lippka <cl@openoffice.org>2002-08-29 11:23:36 +0000
commitcaa775b668f6ff5cfe498f9f41a715ac3688207b (patch)
treed7b53c6e34e4762121bf48224433fcb044cf6b0d /sd/source/ui/view/outlview.cxx
parente7bc9f027b1a1fa7ec35ec8fb3d01f2ebb107681 (diff)
#102452# set backgroundcolor also on outliner
Diffstat (limited to 'sd/source/ui/view/outlview.cxx')
-rw-r--r--sd/source/ui/view/outlview.cxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/sd/source/ui/view/outlview.cxx b/sd/source/ui/view/outlview.cxx
index 5135ce512a37..9b300ea89643 100644
--- a/sd/source/ui/view/outlview.cxx
+++ b/sd/source/ui/view/outlview.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: outlview.cxx,v $
*
- * $Revision: 1.21 $
+ * $Revision: 1.22 $
*
- * last change: $Author: cl $ $Date: 2002-08-01 09:15:03 $
+ * last change: $Author: cl $ $Date: 2002-08-29 12:23:36 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -2120,6 +2120,10 @@ void SdOutlineView::onUpdateStyleSettings( bool bForceUpdate /* = false */ )
}
}
+
+ if( pOutliner )
+ pOutliner->SetBackgroundColor( aDocColor );
+
maDocColor = aDocColor;
}
}