summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/AccessibleDocumentPagePreview.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/AccessibleDocumentPagePreview.hxx')
-rw-r--r--sc/source/ui/inc/AccessibleDocumentPagePreview.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/inc/AccessibleDocumentPagePreview.hxx b/sc/source/ui/inc/AccessibleDocumentPagePreview.hxx
index 450c51c1ed0e..1d55304708a3 100644
--- a/sc/source/ui/inc/AccessibleDocumentPagePreview.hxx
+++ b/sc/source/ui/inc/AccessibleDocumentPagePreview.hxx
@@ -109,11 +109,11 @@ protected:
public: // needed in ScShapeChildren
/// Return the object's current bounding box relative to the desktop.
- virtual Rectangle GetBoundingBoxOnScreen() const override;
+ virtual tools::Rectangle GetBoundingBoxOnScreen() const override;
protected:
/// Return the object's current bounding box relative to the parent object.
- virtual Rectangle GetBoundingBox() const override;
+ virtual tools::Rectangle GetBoundingBox() const override;
private:
ScPreviewShell* mpViewShell;