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

CID#736180 out of bounds

Change-Id: I2e775a49a1c852053e3c7996381f20d3eda1189c
üst 894dac7b
......@@ -353,6 +353,9 @@ sal_Bool LwpTocSuperLayout::GetUsePageNumber(sal_uInt16 index)
*/
sal_uInt16 LwpTocSuperLayout::GetSeparatorType(sal_uInt16 index)
{
if (index >= MAX_LEVELS)
return NONE;
sal_uInt16 Flag = (sal_uInt16)m_nFlags[index];
if (Flag & TS_LEADERDOTS)
......
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