diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2022-01-02 14:13:25 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2022-01-03 06:49:18 +0100 |
commit | e4423520845ca4f566474e57cd0c0988034e0c7c (patch) | |
tree | 8d89e8f70cd4bfdd583c7f20fc52d7e505440195 /cui/source | |
parent | 660e538ee77109bc3e7dff4491164d696e503abc (diff) |
loplugin:unusedmethods
Change-Id: I922778e8ced0ad922d90a153b0eda47abbec94ca
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/127868
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'cui/source')
-rw-r--r-- | cui/source/inc/cuihyperdlg.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cui/source/inc/cuihyperdlg.hxx b/cui/source/inc/cuihyperdlg.hxx index fc94a2c973ef..2e2b1801a8ef 100644 --- a/cui/source/inc/cuihyperdlg.hxx +++ b/cui/source/inc/cuihyperdlg.hxx @@ -107,7 +107,6 @@ private: void Activate() override; virtual void Close() override; void Apply( bool bWarn ); - bool AskApply (bool bShowWarning); public: SvxHpLinkDlg(SfxBindings* pBindings, SfxChildWindow* pChild, weld::Window* pParent); |