summaryrefslogtreecommitdiff
path: root/svx/source/sdr/contact/objectcontactofpageview.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/sdr/contact/objectcontactofpageview.cxx')
-rw-r--r--svx/source/sdr/contact/objectcontactofpageview.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/sdr/contact/objectcontactofpageview.cxx b/svx/source/sdr/contact/objectcontactofpageview.cxx
index 7720c5fa13d5..8643cfd30324 100644
--- a/svx/source/sdr/contact/objectcontactofpageview.cxx
+++ b/svx/source/sdr/contact/objectcontactofpageview.cxx
@@ -194,7 +194,7 @@ namespace sdr
// OD 2009-03-05 #i99876# perform the same also for SW on printing.
// fdo#78149 same thing also needed for plain MetaFile
// export, so why not do it always
- const Rectangle aLogicClipRectangle(rDisplayInfo.GetRedrawArea().GetBoundRect());
+ const tools::Rectangle aLogicClipRectangle(rDisplayInfo.GetRedrawArea().GetBoundRect());
aViewRange = basegfx::B2DRange(
aLogicClipRectangle.Left(), aLogicClipRectangle.Top(),
@@ -209,7 +209,7 @@ namespace sdr
if(!rDisplayInfo.GetRedrawArea().IsEmpty())
{
// get logic clip range and create discrete one
- const Rectangle aLogicClipRectangle(rDisplayInfo.GetRedrawArea().GetBoundRect());
+ const tools::Rectangle aLogicClipRectangle(rDisplayInfo.GetRedrawArea().GetBoundRect());
basegfx::B2DRange aLogicClipRange(
aLogicClipRectangle.Left(), aLogicClipRectangle.Top(),
aLogicClipRectangle.Right(), aLogicClipRectangle.Bottom());