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

Ma Bingbing <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #2 from Ma Bingbing <[email protected]> ---
Root cause:
     1. In style.xml of the sample file, there is a "default" cell style, which
applied on the table. In this style, we can see the border properties
"fo:border..." in <style:paragraph-properties.../>. So the borders exist in the
xml file.
     2. When set one property, should check whether it is in the propertySet in
stlsheet.cxx (GetStylePropertySet line 82). But the border properties aren't in
the propertySet. Then we can't set the value read/write from/to style.xml

Solution:
     add border properties to propertySet for cell style.

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

Reply via email to