Kaydet (Commit) 6c39f7bb authored tarafından Caolán McNamara's avatar Caolán McNamara

afl-eventtesting: pCursor is null

Change-Id: I24d29ffc3cfcb00e513a5267619e143b028355ce
üst 4ec44fc1
......@@ -1083,6 +1083,8 @@ void SdPageObjsTLB::KeyInput( const KeyEvent& rKEvt )
{
// commented code from svtools/source/contnr/svimpbox.cxx
SvTreeListEntry* pCursor = GetCurEntry();
if (!pCursor)
return;
if( pCursor->HasChildren() || pCursor->HasChildrenOnDemand() )
{
if( IsExpanded( pCursor ) )
......
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