diff options
author | Stephan Bergmann <stephan.bergmann@allotropia.de> | 2024-09-10 13:04:00 +0200 |
---|---|---|
committer | Stephan Bergmann <stephan.bergmann@allotropia.de> | 2024-09-10 18:24:11 +0200 |
commit | b472e1cedddf083d6b04d233cdefe686c8aa07ae (patch) | |
tree | 04b4b2fff170e976fcd939be8a751a8a172136d4 /svx/source | |
parent | 5cd1f77618ec3d74c8c9c0743b9daef7108bc80a (diff) |
-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.bergmann@allotropia.de>
Diffstat (limited to 'svx/source')
-rw-r--r-- | svx/source/fmcomp/gridctrl.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
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: |