diff options
author | Christian Lippka <cl@openoffice.org> | 2002-08-29 11:23:36 +0000 |
---|---|---|
committer | Christian Lippka <cl@openoffice.org> | 2002-08-29 11:23:36 +0000 |
commit | caa775b668f6ff5cfe498f9f41a715ac3688207b (patch) | |
tree | d7b53c6e34e4762121bf48224433fcb044cf6b0d /sd/source/ui/view/outlview.cxx | |
parent | e7bc9f027b1a1fa7ec35ec8fb3d01f2ebb107681 (diff) |
#102452# set backgroundcolor also on outliner
Diffstat (limited to 'sd/source/ui/view/outlview.cxx')
-rw-r--r-- | sd/source/ui/view/outlview.cxx | 8 |
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; } } |