summaryrefslogtreecommitdiff
path: root/svx/source/sdr/overlay/overlayobject.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/sdr/overlay/overlayobject.cxx')
-rw-r--r--svx/source/sdr/overlay/overlayobject.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/sdr/overlay/overlayobject.cxx b/svx/source/sdr/overlay/overlayobject.cxx
index 1be8b6f633cc..ddb289710de9 100644
--- a/svx/source/sdr/overlay/overlayobject.cxx
+++ b/svx/source/sdr/overlay/overlayobject.cxx
@@ -134,9 +134,9 @@ namespace sdr::overlay
if(!rSequence.empty())
{
const drawinglayer::geometry::ViewInformation2D aViewInformation2D(getOverlayManager()->getCurrentViewInformation2D());
-
+ const drawinglayer::primitive2d::VisitingParameters aVisitingParameters(aViewInformation2D);
const_cast< sdr::overlay::OverlayObject* >(this)->maBaseRange =
- rSequence.getB2DRange(aViewInformation2D);
+ rSequence.getB2DRange(aVisitingParameters);
}
}