svx/source/fmcomp/gridctrl.cxx | 3 --- 1 file changed, 3 deletions(-) New commits: commit b472e1cedddf083d6b04d233cdefe686c8aa07ae Author: Stephan Bergmann <stephan.bergm...@allotropia.de> AuthorDate: Tue Sep 10 13:04:00 2024 +0200 Commit: Stephan Bergmann <stephan.bergm...@allotropia.de> CommitDate: Tue Sep 10 18:24:11 2024 +0200
-Werror,-Wunused-private-field ...since f9ff22db058180d161b32f5dcd87e72cfa3b6889 "tsan:lock-order-inversion in forms" Change-Id: I6a31c661a6604e7c701e49b147d5372bef50dc3d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/173133 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <stephan.bergm...@allotropia.de> diff --git a/svx/source/fmcomp/gridctrl.cxx b/svx/source/fmcomp/gridctrl.cxx index b891f2081a04..e716d9eeb0ab 100644 --- a/svx/source/fmcomp/gridctrl.cxx +++ b/svx/source/fmcomp/gridctrl.cxx @@ -123,7 +123,6 @@ private: class GridFieldValueListener : protected ::comphelper::OPropertyChangeListener { - osl::Mutex m_aMutex; DbGridControl& m_rParent; rtl::Reference<::comphelper::OPropertyChangeMultiplexer> m_pRealListener; sal_uInt16 m_nId; @@ -240,8 +239,6 @@ class FmXGridSourcePropListener : public ::comphelper::OPropertyChangeListener { VclPtr<DbGridControl> m_pParent; - // a DbGridControl has no mutex, so we use our own as the base class expects one - osl::Mutex m_aMutex; sal_Int16 m_nSuspended; public: