summaryrefslogtreecommitdiff
path: root/include/unotools
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2023-12-12 13:49:32 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2023-12-13 18:09:16 +0100
commit6ba9e3323da5ddc588754d00b2468fe3f9708328 (patch)
tree2dfbb7bb14c84ff98f5334a504c76c2d2fc29bb8 /include/unotools
parent92691a5b0afa149495615d7b269e74569b798944 (diff)
loplugin:unusedfields
The sPassword field in SvtHistoryOptions became redundant after commit c0fffdc36df687fe8e4eff49e5a00d3a3c1eb370 Author: Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de> 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 <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/unotools')
-rw-r--r--include/unotools/historyoptions.hxx1
1 files changed, 0 insertions, 1 deletions
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;