diff options
author | Armin Weiss <aw@openoffice.org> | 2002-08-15 10:23:59 +0000 |
---|---|---|
committer | Armin Weiss <aw@openoffice.org> | 2002-08-15 10:23:59 +0000 |
commit | 9a2697a6487f0d1aa4ac8006ae9c1fd85a9ae5bb (patch) | |
tree | 4a9d1cc6a4cf83c833efe827e57a117938b2178e /sd/source/ui/view/sdwindow.cxx | |
parent | c9ea484ed02fb4c173d4595814dfbf8d2bf860a1 (diff) |
#101928# re-create handles to show new outfit when high contrast changes
Diffstat (limited to 'sd/source/ui/view/sdwindow.cxx')
-rw-r--r-- | sd/source/ui/view/sdwindow.cxx | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/sd/source/ui/view/sdwindow.cxx b/sd/source/ui/view/sdwindow.cxx index 3106af8a22db..c3e28e22b7db 100644 --- a/sd/source/ui/view/sdwindow.cxx +++ b/sd/source/ui/view/sdwindow.cxx @@ -2,9 +2,9 @@ * * $RCSfile: sdwindow.cxx,v $ * - * $Revision: 1.18 $ + * $Revision: 1.19 $ * - * last change: $Author: ka $ $Date: 2002-08-14 10:17:31 $ + * last change: $Author: aw $ $Date: 2002-08-15 11:23:59 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -844,6 +844,12 @@ void SdWindow::DataChanged( const DataChangedEvent& rDCEvt ) pViewShell->ExecReq( aReq ); pViewShell->Invalidate(); pViewShell->ArrangeGUIElements(); + + // #101928# re-create handles to show new outfit + if(pViewShell->ISA(SdDrawViewShell)) + { + pViewShell->GetView()->AdjustMarkHdl(); + } } } |