summaryrefslogtreecommitdiff
path: root/svx/source/accessibility/ChildrenManagerImpl.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/accessibility/ChildrenManagerImpl.cxx')
-rw-r--r--svx/source/accessibility/ChildrenManagerImpl.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/svx/source/accessibility/ChildrenManagerImpl.cxx b/svx/source/accessibility/ChildrenManagerImpl.cxx
index e409eef80d02..d9a92b0c9517 100644
--- a/svx/source/accessibility/ChildrenManagerImpl.cxx
+++ b/svx/source/accessibility/ChildrenManagerImpl.cxx
@@ -305,10 +305,10 @@ void ChildrenManagerImpl::CreateListOfVisibleShapes (
aPos = xShape->getPosition();
aSize = xShape->getSize();
- aBoundingBox.nLeft = aPos.X;
- aBoundingBox.nTop = aPos.Y;
- aBoundingBox.nRight = aPos.X + aSize.Width;
- aBoundingBox.nBottom = aPos.Y + aSize.Height;
+ aBoundingBox.Left() = aPos.X;
+ aBoundingBox.Top() = aPos.Y;
+ aBoundingBox.Right() = aPos.X + aSize.Width;
+ aBoundingBox.Bottom() = aPos.Y + aSize.Height;
// Insert shape if it is visible, i.e. its bounding box overlaps
// the visible area.