https://bz.apache.org/ooo/show_bug.cgi?id=126398
hanya <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #12 from hanya <[email protected]> --- The empty style="" is always shown because <xsl:if test="$dimension"> is always true when the variable is defined in <xsl:template match="draw:text-box"> <xsl:if test="$dimension != ''"> is better to suppress the empty style attribute. -- You are receiving this mail because: You are the assignee for the issue.
