Fix for bug 75572. Separator support in outliner. patch by Jan Varga <varga@utcru.sk>, r=waterson, sr=hyatt
git-svn-id: svn://10.0.0.236/trunk@104404 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -416,6 +416,14 @@ nsCertOutliner::IsContainerEmpty(PRInt32 index, PRBool *_retval)
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
/* boolean isSeparator (in long index); */
|
||||
NS_IMETHODIMP
|
||||
nsCertOutliner::IsSeparator(PRInt32 index, PRBool *_retval)
|
||||
{
|
||||
*_retval = PR_FALSE;
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
/* long getParentIndex (in long rowIndex); */
|
||||
NS_IMETHODIMP
|
||||
nsCertOutliner::GetParentIndex(PRInt32 rowIndex, PRInt32 *_retval)
|
||||
|
||||
Reference in New Issue
Block a user