diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-03-08 14:41:02 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-03-09 07:28:25 +0100 |
commit | 313744d4f23f242f5ee979d229fe394211ff7ffd (patch) | |
tree | 7c2e83e0eb5eb2b133c0eaa1a61bb179b554f14d /cui/source/inc/hangulhanjadlg.hxx | |
parent | ccb6b8967ce3d84bb141379e51a339544f753446 (diff) |
loplugin:unusedmethods
Change-Id: I242f56f2bc5dc8fce6db1ba8f1f8269da4fec0fa
Reviewed-on: https://gerrit.libreoffice.org/68938
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'cui/source/inc/hangulhanjadlg.hxx')
-rw-r--r-- | cui/source/inc/hangulhanjadlg.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cui/source/inc/hangulhanjadlg.hxx b/cui/source/inc/hangulhanjadlg.hxx index 53cf86124e5b..8d8258e0ef75 100644 --- a/cui/source/inc/hangulhanjadlg.hxx +++ b/cui/source/inc/hangulhanjadlg.hxx @@ -46,7 +46,6 @@ namespace svx SuggestionSet(std::unique_ptr<weld::ScrolledWindow> xScrolledWindow); virtual void UserDraw( const UserDrawEvent& rUDEvt ) override; - void ClearSet(); }; class SuggestionDisplay @@ -81,7 +80,6 @@ namespace svx private: void implUpdateDisplay(); - bool hasCurrentControl(); weld::Widget& implGetCurrentControl(); private: |