Kaydet (Commit) a88f507b authored tarafından Caolán McNamara's avatar Caolán McNamara

pick a reasonable looking place for a SolarMutexGuard for setting changes

Change-Id: Ibfe88035900fb6aa638d9654b68a8b8b452c6c75
üst 29556076
...@@ -513,6 +513,8 @@ bool Application::ValidateSystemFont() ...@@ -513,6 +513,8 @@ bool Application::ValidateSystemFont()
void Application::SetSettings( const AllSettings& rSettings ) void Application::SetSettings( const AllSettings& rSettings )
{ {
const SolarMutexGuard aGuard;
ImplSVData* pSVData = ImplGetSVData(); ImplSVData* pSVData = ImplGetSVData();
if ( !pSVData->maAppData.mpSettings ) if ( !pSVData->maAppData.mpSettings )
{ {
......
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