summaryrefslogtreecommitdiff
path: root/sd/source/ui/slidesorter/inc/model/SlsPageDescriptor.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/slidesorter/inc/model/SlsPageDescriptor.hxx')
-rw-r--r--sd/source/ui/slidesorter/inc/model/SlsPageDescriptor.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sd/source/ui/slidesorter/inc/model/SlsPageDescriptor.hxx b/sd/source/ui/slidesorter/inc/model/SlsPageDescriptor.hxx
index 3b1d0df7c530..949f9f5b6034 100644
--- a/sd/source/ui/slidesorter/inc/model/SlsPageDescriptor.hxx
+++ b/sd/source/ui/slidesorter/inc/model/SlsPageDescriptor.hxx
@@ -110,9 +110,9 @@ public:
VisualState& GetVisualState() { return maVisualState;}
- Rectangle GetBoundingBox() const;
+ ::tools::Rectangle GetBoundingBox() const;
Point GetLocation (const bool bIgnoreLocation) const;
- void SetBoundingBox (const Rectangle& rBoundingBox);
+ void SetBoundingBox (const ::tools::Rectangle& rBoundingBox);
private:
SdPage* mpPage;
@@ -124,7 +124,7 @@ private:
*/
sal_Int32 mnIndex;
- Rectangle maBoundingBox;
+ ::tools::Rectangle maBoundingBox;
VisualState maVisualState;
bool mbIsSelected : 1;