diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-08-20 10:13:13 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-08-20 11:28:46 +0200 |
commit | e367e59e37499d0efca381f0b41df52c7cfc2026 (patch) | |
tree | 5d723ef00ca4d480231571cedef3029640ad6aa3 /basctl/source/inc | |
parent | 02c9c9adf65883ecaeef0e86a4b0b70ee3d5cf52 (diff) |
loplugin:unusedfields
Change-Id: Ie27afe4c2438c44baece4b926572584c6695dc39
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/120774
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'basctl/source/inc')
-rw-r--r-- | basctl/source/inc/baside3.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/basctl/source/inc/baside3.hxx b/basctl/source/inc/baside3.hxx index 86c37ea20a44..f5d367182d0a 100644 --- a/basctl/source/inc/baside3.hxx +++ b/basctl/source/inc/baside3.hxx @@ -51,7 +51,6 @@ private: DialogWindowLayout& m_rLayout; std::unique_ptr<DlgEditor> m_pEditor; std::unique_ptr<SfxUndoManager> m_pUndoMgr; // never nullptr - OUString m_sCurPath; sal_uInt16 m_nControlSlotId; protected: |