a11y: fix crash where subclass bypasses a11y layer to insert entries
This commit is contained in:
parent
81adf96068
commit
cbdc355160
1 changed files with 2 additions and 2 deletions
|
@ -465,7 +465,7 @@ SvLBoxEntry* SvxRedlinTable::InsertEntry(const String& rStr,RedlinData *pUserDat
|
|||
else
|
||||
aCurEntry.Erase();
|
||||
|
||||
return SvTreeListBox::InsertEntry( aFirstStr, pParent, sal_False, nPos, pUserData );
|
||||
return SvxSimpleTable::InsertEntry( aFirstStr, pParent, sal_False, nPos, pUserData );
|
||||
|
||||
}
|
||||
|
||||
|
@ -487,7 +487,7 @@ SvLBoxEntry* SvxRedlinTable::InsertEntry(const String& rStr,RedlinData *pUserDat
|
|||
else
|
||||
aCurEntry.Erase();
|
||||
|
||||
return SvTreeListBox::InsertEntry( aFirstStr, pParent, sal_False, nPos, pUserData );
|
||||
return SvxSimpleTable::InsertEntry( aFirstStr, pParent, sal_False, nPos, pUserData );
|
||||
}
|
||||
|
||||
SvLBoxEntry* SvxRedlinTable::CreateEntry() const
|
||||
|
|
Loading…
Reference in a new issue