summaryrefslogtreecommitdiff
path: root/starmath/source/uiobject.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-10-05 12:06:47 +0200
committerNoel Grandin <noel@peralex.com>2016-10-05 12:06:47 +0200
commit7618302b9c15580c1e00af042c586837f6f0bb0f (patch)
tree0df2f3617c4287f786ee042c57c34cd5906de243 /starmath/source/uiobject.hxx
parent315c06d79256ddcc50c4817a2c93c161a01c9f8d (diff)
loplugin:unnecessaryoverride in sd/starmath
Change-Id: I5a9d776af761fcaed7a6961e151feb38fc6353ed
Diffstat (limited to 'starmath/source/uiobject.hxx')
-rw-r--r--starmath/source/uiobject.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/starmath/source/uiobject.hxx b/starmath/source/uiobject.hxx
index 4ad22491d48c..e2c6828bada3 100644
--- a/starmath/source/uiobject.hxx
+++ b/starmath/source/uiobject.hxx
@@ -46,9 +46,6 @@ public:
virtual StringMap get_state() override;
- virtual void execute(const OUString& rAction,
- const StringMap& rParameters) override;
-
static std::unique_ptr<UIObject> create(vcl::Window* pWindow);
virtual std::unique_ptr<UIObject> get_child(const OUString& rID) override;