Drawing reference 9

This commit is contained in:
KonstantinKhrushchev 2023-05-08 08:21:15 +03:00 committed by GitHub
parent 33b2702e87
commit 357c873918
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2624,7 +2624,6 @@ CLASS zcl_excel_writer_2007 IMPLEMENTATION.
* STEP 4: Create subnodes * STEP 4: Create subnodes
" Add sheet Relationship nodes here " Add sheet Relationship nodes here
lv_counter = 0.
lo_drawings = io_worksheet->get_drawings( ). lo_drawings = io_worksheet->get_drawings( ).
lo_iterator = lo_drawings->get_iterator( ). lo_iterator = lo_drawings->get_iterator( ).
WHILE lo_iterator->has_next( ) EQ abap_true. WHILE lo_iterator->has_next( ) EQ abap_true.
@ -2966,7 +2965,7 @@ CLASS zcl_excel_writer_2007 IMPLEMENTATION.
* blipFill * blipFill
"reference drawing "reference drawing
IF io_drawing->get_reference_guid IS INITIAL. IF io_drawing->get_reference_guid( ) IS INITIAL.
lv_guid = io_drawing->get_guid( ). lv_guid = io_drawing->get_guid( ).
ELSE. ELSE.
lv_guid = io_drawing->get_reference_guid( ). lv_guid = io_drawing->get_reference_guid( ).