mirror of
https://github.com/abap2xlsx/abap2xlsx.git
synced 2025-05-06 00:56:20 +08:00
Drawing reference 14
Fix misprint
This commit is contained in:
parent
b15a436ce6
commit
7945a54586
|
@ -2970,7 +2970,7 @@ CLASS zcl_excel_writer_2007 IMPLEMENTATION.
|
||||||
ELSE.
|
ELSE.
|
||||||
lv_guid = io_drawing->get_reference_guid( ).
|
lv_guid = io_drawing->get_reference_guid( ).
|
||||||
ENDIF.
|
ENDIF.
|
||||||
CONCATENATE 'rId' lv_value INTO lv_value.
|
CONCATENATE 'rId' lv_guid INTO lv_value.
|
||||||
|
|
||||||
lo_element = io_document->create_simple_element( name = lc_xml_node_blipfill
|
lo_element = io_document->create_simple_element( name = lc_xml_node_blipfill
|
||||||
parent = io_document ).
|
parent = io_document ).
|
||||||
|
|
Loading…
Reference in New Issue
Block a user