summaryrefslogtreecommitdiff
path: root/cui/source
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2024-01-29 12:28:10 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2024-01-29 14:03:29 +0100
commit5eb0a569e31771277263262bfeafb2c6fcf57dba (patch)
tree50c92aa777e1e214ac3e92b7c6a99081112a517c /cui/source
parenta383de63e8854f3ccc906685196bda460406dead (diff)
loplugin:unnecessarymethods
Change-Id: I3bc2bde431dc71d4a01f7e314c67be31271be9e8 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162681 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'cui/source')
-rw-r--r--cui/source/options/optsave.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/cui/source/options/optsave.hxx b/cui/source/options/optsave.hxx
index cb6d63a7e87e..255719184d63 100644
--- a/cui/source/options/optsave.hxx
+++ b/cui/source/options/optsave.hxx
@@ -79,8 +79,6 @@ private:
DECL_LINK( FilterHdl_Impl, weld::ComboBox&, void );
DECL_LINK(ODFVersionHdl_Impl, weld::ComboBox&, void );
- void DetectHiddenControls();
-
public:
SvxSaveTabPage(weld::Container* pPage, weld::DialogController* pController, const SfxItemSet& rSet);
virtual ~SvxSaveTabPage() override;