Kaydet (Commit) 93d3f625 authored tarafından David Tardon's avatar David Tardon

make the line work as intended again

At least I suppose memory corruption is not intended behavior .-)
üst c9f68b6d
......@@ -1644,7 +1644,7 @@ sal_Bool SvxAutoCorrect::CreateLanguageFile( LanguageType eLang, sal_Bool bNewFi
}
else if( !bNewFile )
{
pLastFileTable[eLang] = { std::make_pair(eLang, nAktTime.GetTime()), };
(*pLastFileTable)[eLang] = nAktTime.GetTime();
}
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