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:
};
SfxModelGuard( SfxBaseModel& i_rModel, const AllowedModelState i_eState = E_FULLY_ALIVE )
:m_aGuard( Application::GetSolarMutex() )
: m_aGuard()
{
if ( i_rModel.IsDisposed() )
throw ::com::sun::star::lang::DisposedException( ::rtl::OUString(), *&i_rModel );
......@@ -1589,7 +1589,7 @@ public:
}
private:
::vos::OClearableGuard m_aGuard;
SolarMutexClearableGuard m_aGuard;
};
#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