make the line work as intended again
At least I suppose memory corruption is not intended behavior .-)
This commit is contained in:
parent
c9f68b6d23
commit
93d3f6258f
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue