summaryrefslogtreecommitdiff
path: root/starmath/source/uiobject.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'starmath/source/uiobject.hxx')
-rw-r--r--starmath/source/uiobject.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/starmath/source/uiobject.hxx b/starmath/source/uiobject.hxx
index 1ecdf48596b6..1975b8887222 100644
--- a/starmath/source/uiobject.hxx
+++ b/starmath/source/uiobject.hxx
@@ -29,7 +29,7 @@ public:
virtual StringMap get_state() override;
virtual void execute(const OUString& rAction,
- const StringMap& rParameters);
+ const StringMap& rParameters) override;
private:
SmElement* get_element();
@@ -57,7 +57,7 @@ public:
protected:
- virtual OUString get_name() const;
+ virtual OUString get_name() const override;
};
#endif