sw/source/core/unocore/unochart.cxx |    3 ---
 1 file changed, 3 deletions(-)

New commits:
commit 33c4af119d9e6370316727a5b2271f80e4eef1fb
Author:     Caolán McNamara <caolan.mcnam...@collabora.com>
AuthorDate: Fri Sep 27 20:57:53 2024 +0100
Commit:     Caolán McNamara <caolan.mcnam...@collabora.com>
CommitDate: Sat Sep 28 20:21:32 2024 +0200

    cid#1608030 Check of thread-shared field evades lock acquisition
    
    and
    
    cid#1608103 Check of thread-shared field evades lock acquisition
    
    Change-Id: Ifb3191512434f4938f02bfa1a1b6ed038b3e555e
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/174103
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <caolan.mcnam...@collabora.com>

diff --git a/sw/source/core/unocore/unochart.cxx 
b/sw/source/core/unocore/unochart.cxx
index bd7c95880c50..10c79c82cd10 100644
--- a/sw/source/core/unocore/unochart.cxx
+++ b/sw/source/core/unocore/unochart.cxx
@@ -2215,7 +2215,6 @@ void SAL_CALL SwChartDataSequence::dispose(  )
     if (!bMustDispose)
         return;
 
-    m_bDisposed = true;
     if (m_xDataProvider.is())
     {
         const SwTable* pTable = SwTable::FindTable( GetFrameFormat() );
@@ -2664,8 +2663,6 @@ void SAL_CALL SwChartLabeledDataSequence::dispose(  )
     if (!bMustDispose)
         return;
 
-    m_bDisposed = true;
-
     // require listeners to release references to this object
     lang::EventObject aEvtObj( static_cast< chart2::data::XLabeledDataSequence 
* >(this) );
     std::unique_lock aGuard( GetChartMutex() );

Reply via email to