Drawing reference 14

Fix misprint
This commit is contained in:
KonstantinKhrushchev 2023-05-12 07:46:31 +03:00 committed by GitHub
parent b15a436ce6
commit 7945a54586
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 ).