summaryrefslogtreecommitdiff
path: root/cui/source/inc/iconcdlg.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-09-22 13:12:47 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2016-09-22 13:13:05 +0000
commit1c15a20df81fef594ef8fa887247aef9f2248c28 (patch)
treec2308bf3962efdc44d0391b26eaddb3b1155ae1f /cui/source/inc/iconcdlg.hxx
parent875c5905c71635c8e75d0756cc86d953523726e2 (diff)
loplugin:unusedmethods unused returns
Change-Id: I4da3374e31d3c7407b401d66275da7f56ae83d30 Reviewed-on: https://gerrit.libreoffice.org/29178 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'cui/source/inc/iconcdlg.hxx')
-rw-r--r--cui/source/inc/iconcdlg.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/inc/iconcdlg.hxx b/cui/source/inc/iconcdlg.hxx
index 6f9eda810afd..eb8a7432f576 100644
--- a/cui/source/inc/iconcdlg.hxx
+++ b/cui/source/inc/iconcdlg.hxx
@@ -146,7 +146,7 @@ protected:
void DeActivatePageImpl ();
void ResetPageImpl ();
- short Ok();
+ void Ok();
public: