https://issues.apache.org/ooo/show_bug.cgi?id=115580

--- Comment #19 from JingDongChen <[email protected]> 2011-11-25 
08:21:54 UTC ---
Comment on attachment 77026
  --> https://issues.apache.org/ooo/attachment.cgi?id=77026
To fix the part of this issue - pasting from sc to sd

In this patch the func - AdjustParaAttribsByStyleSheet had better do a little
change, as follow:

    if ( pNode->GetContentAttribs().HasItem( nWhich ) )

    ==>should be changed to

    if ( pNode->GetContentAttribs().GetItems().GetItemState( nWhich, sal_False
) == SFX_ITEM_ON  )

-- 
Configure bugmail: https://issues.apache.org/ooo/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

Reply via email to