From 6ba9e3323da5ddc588754d00b2468fe3f9708328 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 12 Dec 2023 13:49:32 +0200 Subject: loplugin:unusedfields The sPassword field in SvtHistoryOptions became redundant after commit c0fffdc36df687fe8e4eff49e5a00d3a3c1eb370 Author: Samuel Mehrbrodt Date: Mon Oct 2 12:35:21 2023 +0200 [API CHANGE] Remove deprecated Password config item Change-Id: Ie0c4597da5cd510f405400c215110c1e357cb497 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160615 Tested-by: Jenkins Reviewed-by: Noel Grandin --- include/unotools/historyoptions.hxx | 1 - 1 file changed, 1 deletion(-) (limited to 'include/unotools') diff --git a/include/unotools/historyoptions.hxx b/include/unotools/historyoptions.hxx index 3eb8162ee0b5..7305d3659711 100644 --- a/include/unotools/historyoptions.hxx +++ b/include/unotools/historyoptions.hxx @@ -56,7 +56,6 @@ namespace SvtHistoryOptions OUString sURL; OUString sFilter; OUString sTitle; - OUString sPassword; OUString sThumbnail; bool isReadOnly = false; bool isPinned = false; -- cgit