From e367e59e37499d0efca381f0b41df52c7cfc2026 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 20 Aug 2021 10:13:13 +0200 Subject: loplugin:unusedfields Change-Id: Ie27afe4c2438c44baece4b926572584c6695dc39 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/120774 Tested-by: Jenkins Reviewed-by: Noel Grandin --- basctl/source/inc/baside3.hxx | 1 - 1 file changed, 1 deletion(-) (limited to 'basctl/source/inc') 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 m_pEditor; std::unique_ptr m_pUndoMgr; // never nullptr - OUString m_sCurPath; sal_uInt16 m_nControlSlotId; protected: -- cgit