summaryrefslogtreecommitdiffstats
path: root/include/svx/svdview.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/svdview.hxx')
-rw-r--r--include/svx/svdview.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svx/svdview.hxx b/include/svx/svdview.hxx
index 3caee8e84dda..1beb5e7d93b3 100644
--- a/include/svx/svdview.hxx
+++ b/include/svx/svdview.hxx
@@ -144,7 +144,7 @@ class SVX_DLLPUBLIC SdrDropMarkerOverlay
public:
SdrDropMarkerOverlay(const SdrView& rView, const SdrObject& rObject);
- SdrDropMarkerOverlay(const SdrView& rView, const Rectangle& rRectangle);
+ SdrDropMarkerOverlay(const SdrView& rView, const tools::Rectangle& rRectangle);
SdrDropMarkerOverlay(const SdrView& rView, const Point& rStart, const Point& rEnd);
~SdrDropMarkerOverlay();
};
@@ -227,7 +227,7 @@ public:
void MarkAll();
void UnmarkAll();
- const Rectangle& GetMarkedRect() const;
+ const tools::Rectangle& GetMarkedRect() const;
virtual void DeleteMarked();