summaryrefslogtreecommitdiff
path: root/include/vcl/button.hxx
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2016-05-19 02:20:31 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2016-06-18 17:02:19 +0200
commitd3868095865f2336c5d04dbd5799990bb7b37e0e (patch)
treef1c7510af8141108ad18b743fc95533f2a751bd7 /include/vcl/button.hxx
parent742a1d7ea13be85947e103a506844dea450da1cc (diff)
uitest: add missing override
Change-Id: I5f3941550bd9256125d74f25e9e512b302e1e27d
Diffstat (limited to 'include/vcl/button.hxx')
-rw-r--r--include/vcl/button.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/button.hxx b/include/vcl/button.hxx
index 472949d86d99..e9c8df926cd3 100644
--- a/include/vcl/button.hxx
+++ b/include/vcl/button.hxx
@@ -96,7 +96,7 @@ public:
/// Sets the button state according to the FeatureStateEvent emitted by an Uno state change.
virtual void statusChanged(const css::frame::FeatureStateEvent& rEvent);
- virtual FactoryFunction GetUITestFactory() const;
+ virtual FactoryFunction GetUITestFactory() const override;
protected: