diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-07-22 16:01:17 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-07-22 20:48:24 +0200 |
commit | 84522fc8798cf0d89835f58f4b335b0045a50bfb (patch) | |
tree | 86ef30cc0104fc8bf6a0ff36f3c8747e4166b65b /include | |
parent | df8f780cc24410d2fec5c4d4e1ed58d492559241 (diff) |
merge duplicate GetFocus implementations
Change-Id: Ifc2e3fab6dacb3b0bca74c0584c16170b8b97de4
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/99234
Tested-by: Caolán McNamara <caolanm@redhat.com>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/svx/fillctrl.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/svx/fillctrl.hxx b/include/svx/fillctrl.hxx index b81dfb417086..7155d261a090 100644 --- a/include/svx/fillctrl.hxx +++ b/include/svx/fillctrl.hxx @@ -102,8 +102,6 @@ public: FillControl(vcl::Window* pParent, const css::uno::Reference<css::frame::XFrame>& rFrame); virtual void dispose() override; virtual ~FillControl() override; - - virtual void GetFocus() override; }; #endif // INCLUDED_SVX_FILLCTRL_HXX |