mirror of
https://github.com/abap2xlsx/abap2xlsx.git
synced 2025-05-05 07:56:15 +08:00
fix #434
This commit is contained in:
parent
4f66d3445b
commit
5e6bb3ba10
|
@ -533,7 +533,6 @@ METHOD get_dxf_style_guid.
|
||||||
ls_cstylex-fill-filltype = 'X'.
|
ls_cstylex-fill-filltype = 'X'.
|
||||||
ls_cstylex-fill-bgcolor-rgb = 'X'.
|
ls_cstylex-fill-bgcolor-rgb = 'X'.
|
||||||
ENDIF.
|
ENDIF.
|
||||||
ENDIF.
|
|
||||||
CLEAR lv_val.
|
CLEAR lv_val.
|
||||||
lv_val = lo_ixml_element2->get_attribute_ns( 'theme' ).
|
lv_val = lo_ixml_element2->get_attribute_ns( 'theme' ).
|
||||||
IF lv_val IS NOT INITIAL.
|
IF lv_val IS NOT INITIAL.
|
||||||
|
@ -542,6 +541,8 @@ METHOD get_dxf_style_guid.
|
||||||
ls_cstylex-fill-filltype = 'X'.
|
ls_cstylex-fill-filltype = 'X'.
|
||||||
ls_cstylex-fill-bgcolor-theme = 'X'.
|
ls_cstylex-fill-bgcolor-theme = 'X'.
|
||||||
ENDIF.
|
ENDIF.
|
||||||
|
CLEAR lv_val.
|
||||||
|
ENDIF.
|
||||||
ENDIF.
|
ENDIF.
|
||||||
|
|
||||||
* 2do - borders into dxf-styles. Here and in writerclass
|
* 2do - borders into dxf-styles. Here and in writerclass
|
||||||
|
|
Loading…
Reference in New Issue
Block a user