diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2023-09-13 12:40:18 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2023-09-13 13:28:16 +0200 |
commit | 747a9838ee53a4d2c005729419047b1ffde0db70 (patch) | |
tree | d32ab5e5b6a079e1bf2b1e7ccb012242f48b1316 /xmlsecurity/inc | |
parent | 32d2e001bb056e7d98aa143b222f2721967337dc (diff) |
loplugin:unusedmethods
Change-Id: I00f228451574ca9f9e352d233c7f326c88e90a95
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/156892
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'xmlsecurity/inc')
-rw-r--r-- | xmlsecurity/inc/certificatechooser.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xmlsecurity/inc/certificatechooser.hxx b/xmlsecurity/inc/certificatechooser.hxx index 4279781f6fa3..12303fbf1cd5 100644 --- a/xmlsecurity/inc/certificatechooser.hxx +++ b/xmlsecurity/inc/certificatechooser.hxx @@ -83,7 +83,6 @@ private: void ImplShowCertificateDetails(); void ImplInitialize(bool mbSearch = false); void ImplReloadCertificates(); - void ImplSecCtxToCerts(SvtUserOptions &aUserOpts, bool bOnlyReload); static void HandleOneUsageBit(OUString& string, int& bits, int bit, TranslateId name); public: |