This commit is contained in:
Ivan Femia 2017-10-05 19:16:35 +02:00
parent 4f66d3445b
commit 5e6bb3ba10

View File

@ -533,7 +533,6 @@ METHOD get_dxf_style_guid.
ls_cstylex-fill-filltype = 'X'.
ls_cstylex-fill-bgcolor-rgb = 'X'.
ENDIF.
ENDIF.
CLEAR lv_val.
lv_val = lo_ixml_element2->get_attribute_ns( 'theme' ).
IF lv_val IS NOT INITIAL.
@ -542,6 +541,8 @@ METHOD get_dxf_style_guid.
ls_cstylex-fill-filltype = 'X'.
ls_cstylex-fill-bgcolor-theme = 'X'.
ENDIF.
CLEAR lv_val.
ENDIF.
ENDIF.
* 2do - borders into dxf-styles. Here and in writerclass