summaryrefslogtreecommitdiff
path: root/sd/source/ui/slidesorter/controller/SlsSelectionFunction.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/slidesorter/controller/SlsSelectionFunction.cxx')
-rw-r--r--sd/source/ui/slidesorter/controller/SlsSelectionFunction.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/slidesorter/controller/SlsSelectionFunction.cxx b/sd/source/ui/slidesorter/controller/SlsSelectionFunction.cxx
index 8d17378c7122..504cae72e242 100644
--- a/sd/source/ui/slidesorter/controller/SlsSelectionFunction.cxx
+++ b/sd/source/ui/slidesorter/controller/SlsSelectionFunction.cxx
@@ -786,7 +786,7 @@ SelectionFunction::EventDescriptor::EventDescriptor (
// we can call IsLeaveWindow at the event. Otherwise we have to make an
// explicit test.
mbIsLeaving = rEvent.IsLeaveWindow()
- || ! Rectangle(Point(0,0),
+ || ! ::tools::Rectangle(Point(0,0),
rSlideSorter.GetContentWindow()->GetOutputSizePixel()).IsInside(maMousePosition);
}
@@ -817,7 +817,7 @@ SelectionFunction::EventDescriptor::EventDescriptor (
// we can call IsLeaveWindow at the event. Otherwise we have to make an
// explicit test.
mbIsLeaving = rEvent.mbLeaving
- || ! Rectangle(Point(0,0),
+ || ! ::tools::Rectangle(Point(0,0),
rSlideSorter.GetContentWindow()->GetOutputSizePixel()).IsInside(maMousePosition);
}