make the line work as intended again

At least I suppose memory corruption is not intended behavior .-)
This commit is contained in:
David Tardon 2011-12-24 06:29:30 +01:00
parent c9f68b6d23
commit 93d3f6258f

View file

@ -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;
}