From caa775b668f6ff5cfe498f9f41a715ac3688207b Mon Sep 17 00:00:00 2001 From: Christian Lippka Date: Thu, 29 Aug 2002 11:23:36 +0000 Subject: #102452# set backgroundcolor also on outliner --- sd/source/ui/view/outlview.cxx | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'sd/source/ui/view/outlview.cxx') 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; } } -- cgit