diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-12-08 14:59:51 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-12-09 07:18:17 +0100 |
commit | 0d43b791e60aa75eb7f769d0f9b3177f93e1591c (patch) | |
tree | 0f22f0ab1972013ff6c7cce91895d1b69c236dfb /include/svtools/simptabl.hxx | |
parent | 145280ffd1dabdc629c14c8162beef668741bcef (diff) |
loplugin:unusedmethods
Change-Id: I4f2635d468c9ad83b3ac93733529e01a4d03f38e
Reviewed-on: https://gerrit.libreoffice.org/64805
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svtools/simptabl.hxx')
-rw-r--r-- | include/svtools/simptabl.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/svtools/simptabl.hxx b/include/svtools/simptabl.hxx index d94b7179ebb3..e4a15e02e8bd 100644 --- a/include/svtools/simptabl.hxx +++ b/include/svtools/simptabl.hxx @@ -105,8 +105,6 @@ public: void ClearHeader(); void ShowTable(); - void HideTable(); - bool IsVisible() const; void EnableTable(); void DisableTable(); |