diff options
author | Oliver Bolte <obo@openoffice.org> | 2005-04-12 15:59:35 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2005-04-12 15:59:35 +0000 |
commit | 8348227b800e9f1967f3b256ec254bfa0d5eee96 (patch) | |
tree | 6afe03d2dfaecf7c265b1cc04b67e5b7db974871 /sd/source/ui | |
parent | 97c68d012ab2825f6726ef1233430847ab37632d (diff) |
INTEGRATION: CWS impress44 (1.6.8); FILE MERGED
2005/04/05 11:55:00 af 1.6.8.1: #i46671# Fixed repaint problems of selection rectangle.
Diffstat (limited to 'sd/source/ui')
-rw-r--r-- | sd/source/ui/slidesorter/view/SlsViewOverlay.cxx | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/sd/source/ui/slidesorter/view/SlsViewOverlay.cxx b/sd/source/ui/slidesorter/view/SlsViewOverlay.cxx index 39fdb1e4f4b4..ac2eb8a1fb53 100644 --- a/sd/source/ui/slidesorter/view/SlsViewOverlay.cxx +++ b/sd/source/ui/slidesorter/view/SlsViewOverlay.cxx @@ -2,9 +2,9 @@ * * $RCSfile: SlsViewOverlay.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: rt $ $Date: 2005-03-30 09:26:35 $ + * last change: $Author: obo $ $Date: 2005-04-12 16:59:35 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -457,8 +457,9 @@ void SelectionRectangleOverlay::Show (void) { if ( ! mbIsShowing) { - Start (maAnchor); - Update (maSecondCorner); + SlideSorterView& rView (mrViewOverlay.GetViewShell().GetSlideSorterController().GetView()); + rView.BegEncirclement(maAnchor); + rView.MovEncirclement(maSecondCorner); OverlayBase::Show(); } } |