Kaydet (Commit) c9f68b6d authored tarafından August Sodora's avatar August Sodora

Fix the build so that this is recognized as an initializer list

üst ce43f9f5
...@@ -1644,7 +1644,7 @@ sal_Bool SvxAutoCorrect::CreateLanguageFile( LanguageType eLang, sal_Bool bNewFi ...@@ -1644,7 +1644,7 @@ sal_Bool SvxAutoCorrect::CreateLanguageFile( LanguageType eLang, sal_Bool bNewFi
} }
else if( !bNewFile ) else if( !bNewFile )
{ {
pLastFileTable[eLang] = { std::make_pair(eLang, nAktTime.GetTime()) }; pLastFileTable[eLang] = { std::make_pair(eLang, nAktTime.GetTime()), };
} }
return pLists != 0; return pLists != 0;
} }
......
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