mirror of
https://github.com/abap2xlsx/abap2xlsx.git
synced 2025-05-04 20:19:46 +08:00
Fix regression
This commit is contained in:
parent
b317b9eecc
commit
2f97321378
|
@ -501,15 +501,15 @@ CLASS zcl_excel IMPLEMENTATION.
|
|||
WHILE lo_iterator->has_next( ) = abap_true.
|
||||
lo_style ?= lo_iterator->get_next( ).
|
||||
IF lo_style->get_guid( ) = ip_guid.
|
||||
IF ip_conv_class_to_struct = abap_true.
|
||||
zcl_excel_common=>recursive_class_to_struct( EXPORTING i_source = lo_style
|
||||
CHANGING e_target = es_stylemapping-complete_style
|
||||
e_targetx = es_stylemapping-complete_stylex ).
|
||||
ENDIF.
|
||||
eo_style = lo_style.
|
||||
RETURN.
|
||||
ENDIF.
|
||||
ENDWHILE.
|
||||
IF lo_style IS BOUND AND ip_conv_class_to_struct = abap_true.
|
||||
zcl_excel_common=>recursive_class_to_struct( EXPORTING i_source = lo_style
|
||||
CHANGING e_target = es_stylemapping-complete_style
|
||||
e_targetx = es_stylemapping-complete_stylex ).
|
||||
ENDIF.
|
||||
ENDIF.
|
||||
|
||||
ENDMETHOD.
|
||||
|
|
Loading…
Reference in New Issue
Block a user