View | Details | Raw Unified | Return to issue 110747
Collapse All | Expand All

(-)a/extensions/source/nsplugin/source/so_main.cxx (-1 / +1 lines)
Lines 126-132 Link Here
126
    return -1;
126
    return -1;
127
}
127
}
128
128
129
int find_cur_node(sal_Int32 cur_id)
129
int find_cur_node(long cur_id)
130
{
130
{
131
    for(int i=0; i<MAX_NODE_NUM; i++)
131
    for(int i=0; i<MAX_NODE_NUM; i++)
132
    {
132
    {

Return to issue 110747