diff options
Diffstat (limited to 'sc/source/ui/inc/AccessiblePreviewCell.hxx')
-rw-r--r-- | sc/source/ui/inc/AccessiblePreviewCell.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/inc/AccessiblePreviewCell.hxx b/sc/source/ui/inc/AccessiblePreviewCell.hxx index b40b65242df3..9c128c844f4b 100644 --- a/sc/source/ui/inc/AccessiblePreviewCell.hxx +++ b/sc/source/ui/inc/AccessiblePreviewCell.hxx @@ -77,8 +77,8 @@ public: getImplementationId() override; protected: - virtual AbsoluteScreenPixelRectangle GetBoundingBoxOnScreen() const override; - virtual tools::Rectangle GetBoundingBox() const override; + virtual AbsoluteScreenPixelRectangle GetBoundingBoxOnScreen() override; + virtual tools::Rectangle GetBoundingBox() override; private: ScPreviewShell* mpViewShell; |