summaryrefslogtreecommitdiff
path: root/sd/source/ui/accessibility
diff options
context:
space:
mode:
authorAndre Fischer <af@openoffice.org>2010-03-10 17:33:53 +0100
committerAndre Fischer <af@openoffice.org>2010-03-10 17:33:53 +0100
commit538a067d216e87d2f01b144eb7e711ce0dca93b4 (patch)
treeb85261e032edfeee4bb332ee7808241ccc1d270f /sd/source/ui/accessibility
parent9c1e4f81d79eb618e1f9b088ec08faffd539e81f (diff)
renaissance1: #i107215# Improved calculation of insertion indicator, excluded pages.
Diffstat (limited to 'sd/source/ui/accessibility')
-rw-r--r--sd/source/ui/accessibility/AccessibleSlideSorterObject.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/accessibility/AccessibleSlideSorterObject.cxx b/sd/source/ui/accessibility/AccessibleSlideSorterObject.cxx
index 41804bc8bdbc..4ded92d9eddf 100644
--- a/sd/source/ui/accessibility/AccessibleSlideSorterObject.cxx
+++ b/sd/source/ui/accessibility/AccessibleSlideSorterObject.cxx
@@ -398,7 +398,7 @@ awt::Rectangle SAL_CALL AccessibleSlideSorterObject::getBounds (void)
mrSlideSorter.GetView().GetLayouter().GetPageObjectLayouter()->GetBoundingBox(
mrSlideSorter.GetModel().GetPageDescriptor(mnPageNumber),
::sd::slidesorter::view::PageObjectLayouter::PageObject,
- ::sd::slidesorter::view::PageObjectLayouter::ScreenCoordinateSystem));
+ ::sd::slidesorter::view::PageObjectLayouter::WindowCoordinateSystem));
if (mxParent.is())
{