diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-07-17 22:04:45 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-07-17 22:04:45 +0200 |
commit | be232a1b76fb263d17d2e52a420b6aba7272f3fd (patch) | |
tree | 7d5080b71c6e706ed5e754b741f75b0fa47f3453 /starmath/source/uiobject.hxx | |
parent | 8babcb7e669ce2f752945c1f89647b759ec568d3 (diff) |
-Werror,-Winconsistent-missing-override
Change-Id: I56241813298f0c76dfbffd91e1090df326755cb6
Diffstat (limited to 'starmath/source/uiobject.hxx')
-rw-r--r-- | starmath/source/uiobject.hxx | 4 |
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 |