https://bugs.documentfoundation.org/show_bug.cgi?id=163598

Justin L <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
     Ever confirmed|0                           |1
             Status|UNCONFIRMED                 |NEW

--- Comment #3 from Justin L <[email protected]> ---
The difference is that on paste, SetPropertyValueHelper WAS being called to set
EE_PARA_OUTLLEVEL (and EE_PARA_NUMBULLET), but now it isn't doing either of
them  any more.

That is because GetDepth was returning -1, so aAny was left as void/empty.
sal_Int16 SvxEditEngineForwarder::GetDepth( sal_Int32 ) const
{
    // EditEngine does not support outline depth
    return -1;
}

bool SvxEditEngineForwarder::SetDepth( sal_Int32, sal_Int16 nNewDepth )
{
    // EditEngine does not support outline depth
    return nNewDepth == -1;
}

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to