Kaydet (Commit) 7d22ff57 authored tarafından Norbert Thiebaud's avatar Norbert Thiebaud

replace a OClareableGuard on the SolarMutex by a SolarClearableMutex

üst 4bd2ed6a
...@@ -1572,7 +1572,7 @@ public: ...@@ -1572,7 +1572,7 @@ public:
}; };
SfxModelGuard( SfxBaseModel& i_rModel, const AllowedModelState i_eState = E_FULLY_ALIVE ) SfxModelGuard( SfxBaseModel& i_rModel, const AllowedModelState i_eState = E_FULLY_ALIVE )
:m_aGuard( Application::GetSolarMutex() ) : m_aGuard()
{ {
if ( i_rModel.IsDisposed() ) if ( i_rModel.IsDisposed() )
throw ::com::sun::star::lang::DisposedException( ::rtl::OUString(), *&i_rModel ); throw ::com::sun::star::lang::DisposedException( ::rtl::OUString(), *&i_rModel );
...@@ -1589,7 +1589,7 @@ public: ...@@ -1589,7 +1589,7 @@ public:
} }
private: private:
::vos::OClearableGuard m_aGuard; SolarMutexClearableGuard m_aGuard;
}; };
#undef css #undef css
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment