diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2023-11-14 16:01:30 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2023-11-15 06:56:06 +0100 |
commit | 48e4a871d926b534eb6131d16d04d68b151b2847 (patch) | |
tree | acff758f6a02a4f806b8bbd6b6f2a094d68006a6 /include/unotools | |
parent | 92e5898fa9ffa4dd8742f5f26e790563feef286e (diff) |
loplugin:unusedmethods
Change-Id: I1e125bbd388953491b3f869641484fea737d39ab
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/159423
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/unotools')
-rw-r--r-- | include/unotools/securityoptions.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/unotools/securityoptions.hxx b/include/unotools/securityoptions.hxx index 3e462c9e5f6c..53f16de50e69 100644 --- a/include/unotools/securityoptions.hxx +++ b/include/unotools/securityoptions.hxx @@ -147,8 +147,6 @@ namespace SvtSecurityOptions UNOTOOLS_DLLPUBLIC bool IsOptionSet ( EOption eOption ); UNOTOOLS_DLLPUBLIC void SetOption ( EOption eOption, bool bValue ); - UNOTOOLS_DLLPUBLIC bool IsInfobarSecurityWarningEnable(); - } // namespace SvtSecurityOptions // map personal info strings, e.g. authors to 1, 2, 3... for removing personal info |