diff options
Diffstat (limited to 'chart2')
-rw-r--r-- | chart2/source/inc/LifeTime.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chart2/source/inc/LifeTime.hxx b/chart2/source/inc/LifeTime.hxx index 4406b5cd70b9..73d2b70cbbab 100644 --- a/chart2/source/inc/LifeTime.hxx +++ b/chart2/source/inc/LifeTime.hxx @@ -59,13 +59,13 @@ protected: css::lang::XComponent* m_pComponent; ::osl::Condition m_aNoAccessCountCondition; - sal_Int32 volatile m_nAccessCount; + sal_Int32 m_nAccessCount; bool volatile m_bDisposed; bool volatile m_bInDispose; ::osl::Condition m_aNoLongLastingCallCountCondition; - sal_Int32 volatile m_nLongLastingCallCount; + sal_Int32 m_nLongLastingCallCount; }; class CloseableLifeTimeManager final : public LifeTimeManager |