summaryrefslogtreecommitdiff
path: root/starmath
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-07-17 22:04:45 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-07-17 22:04:45 +0200
commitbe232a1b76fb263d17d2e52a420b6aba7272f3fd (patch)
tree7d5080b71c6e706ed5e754b741f75b0fa47f3453 /starmath
parent8babcb7e669ce2f752945c1f89647b759ec568d3 (diff)
-Werror,-Winconsistent-missing-override
Change-Id: I56241813298f0c76dfbffd91e1090df326755cb6
Diffstat (limited to 'starmath')
-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