summaryrefslogtreecommitdiff
path: root/include/basic/basmgr.hxx
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/basic/basmgr.hxx
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/basic/basmgr.hxx')
-rw-r--r--include/basic/basmgr.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/basic/basmgr.hxx b/include/basic/basmgr.hxx
index 1ef4f77cf16e..bb47126ee4e7 100644
--- a/include/basic/basmgr.hxx
+++ b/include/basic/basmgr.hxx
@@ -56,11 +56,10 @@ class BasicError
{
private:
ErrCodeMsg nErrorId;
- BasicErrorReason nReason;
public:
BasicError( const BasicError& rErr );
- BasicError( ErrCodeMsg nId, BasicErrorReason nR );
+ BasicError( ErrCodeMsg nId );
ErrCodeMsg const & GetErrorId() const { return nErrorId; }
};