summaryrefslogtreecommitdiff
path: root/include/svx/svdmark.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/svdmark.hxx')
-rw-r--r--include/svx/svdmark.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/svx/svdmark.hxx b/include/svx/svdmark.hxx
index 39a5eb3f6c7a..f8c74d23a81c 100644
--- a/include/svx/svdmark.hxx
+++ b/include/svx/svdmark.hxx
@@ -28,7 +28,7 @@
#include <set>
#include <vector>
-class Rectangle;
+namespace tools { class Rectangle; }
class SdrPage;
class SdrObjList;
class SdrObject;
@@ -217,8 +217,8 @@ public:
}
// pPage=0L: Selection of everything! Respect Pages
- bool TakeBoundRect(SdrPageView* pPageView, Rectangle& rRect) const;
- bool TakeSnapRect(SdrPageView* pPageView, Rectangle& rRect) const;
+ bool TakeBoundRect(SdrPageView* pPageView, tools::Rectangle& rRect) const;
+ bool TakeSnapRect(SdrPageView* pPageView, tools::Rectangle& rRect) const;
// All Entries are copied!
SdrMarkList& operator=(const SdrMarkList& rLst);