diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-09-22 10:03:58 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-09-23 12:24:01 +0200 |
commit | 1aa37aa6bee19099b57555a6d839992b054aa405 (patch) | |
tree | 1cb89df2b195a5bbce1a4ba0bdf18068b0249dc3 /cui | |
parent | 8b1501d80dc9d3f42c351c6e026fa737e116cae5 (diff) |
loplugin:unusedmethods
Change-Id: I9dac9260af9955dc4a66b34c33265c6e36094322
Reviewed-on: https://gerrit.libreoffice.org/60911
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'cui')
-rw-r--r-- | cui/source/inc/hyphen.hxx | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/cui/source/inc/hyphen.hxx b/cui/source/inc/hyphen.hxx index 50b88db023d7..5f5e72d4db17 100644 --- a/cui/source/inc/hyphen.hxx +++ b/cui/source/inc/hyphen.hxx @@ -29,15 +29,6 @@ class SvxSpellWrapper; -class HyphenEdit : public Edit -{ -public: - HyphenEdit(vcl::Window* pParent); - -protected: - virtual void KeyInput(const KeyEvent &rKEvt) override; -}; - class SvxHyphenWordDialog : public weld::GenericDialogController { OUString m_aLabel; |