diff options
Diffstat (limited to 'sc/source/ui/inc/AccessibleEditObject.hxx')
-rw-r--r-- | sc/source/ui/inc/AccessibleEditObject.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/source/ui/inc/AccessibleEditObject.hxx b/sc/source/ui/inc/AccessibleEditObject.hxx index 159fa2eeb77e..451d28ee71ab 100644 --- a/sc/source/ui/inc/AccessibleEditObject.hxx +++ b/sc/source/ui/inc/AccessibleEditObject.hxx @@ -94,10 +94,10 @@ public: protected: /// Return the object's current bounding box relative to the desktop. - virtual AbsoluteScreenPixelRectangle GetBoundingBoxOnScreen() const override; + virtual AbsoluteScreenPixelRectangle GetBoundingBoxOnScreen() override; /// Return the object's current bounding box relative to the parent object. - virtual tools::Rectangle GetBoundingBox() const override; + virtual tools::Rectangle GetBoundingBox() override; public: ///===== XAccessibleContext ============================================== @@ -198,10 +198,10 @@ private: protected: /// Return the object's current bounding box relative to the desktop. - virtual AbsoluteScreenPixelRectangle GetBoundingBoxOnScreen() const override; + virtual AbsoluteScreenPixelRectangle GetBoundingBoxOnScreen() override; /// Return the object's current bounding box relative to the parent object. - virtual tools::Rectangle GetBoundingBox() const override; + virtual tools::Rectangle GetBoundingBox() override; public: ScAccessibleEditControlObject(weld::CustomWidgetController* pController, EditObjectType eObjectType) |