summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/AccessiblePreviewCell.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/AccessiblePreviewCell.hxx')
-rw-r--r--sc/source/ui/inc/AccessiblePreviewCell.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/inc/AccessiblePreviewCell.hxx b/sc/source/ui/inc/AccessiblePreviewCell.hxx
index ba9212ead0b5..e40f0faad7cd 100644
--- a/sc/source/ui/inc/AccessiblePreviewCell.hxx
+++ b/sc/source/ui/inc/AccessiblePreviewCell.hxx
@@ -79,8 +79,8 @@ public:
getImplementationId() override;
protected:
- virtual Rectangle GetBoundingBoxOnScreen() const override;
- virtual Rectangle GetBoundingBox() const override;
+ virtual tools::Rectangle GetBoundingBoxOnScreen() const override;
+ virtual tools::Rectangle GetBoundingBox() const override;
private:
ScPreviewShell* mpViewShell;