summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2020-07-22 16:01:17 +0100
committerCaolán McNamara <caolanm@redhat.com>2020-07-22 20:48:24 +0200
commit84522fc8798cf0d89835f58f4b335b0045a50bfb (patch)
tree86ef30cc0104fc8bf6a0ff36f3c8747e4166b65b /include
parentdf8f780cc24410d2fec5c4d4e1ed58d492559241 (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.hxx2
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