mirror of
https://github.com/abap2xlsx/abap2xlsx.git
synced 2025-05-06 07:01:02 +08:00
Drawing reference 6
This commit is contained in:
parent
3ef7f0a0f6
commit
ef7d12d817
|
@ -1144,7 +1144,7 @@ CLASS ZCL_EXCEL_DRAWING IMPLEMENTATION.
|
|||
reference_drawing = ip_ref.
|
||||
ENDMETHOD.
|
||||
METHOD get_reference_guid.
|
||||
IF reference_drawing IS BOUND.
|
||||
IF reference_drawing IS BOUND.
|
||||
ep_guid = reference_drawing->get_guid( ).
|
||||
ENDIF.
|
||||
ENDMETHOD.
|
||||
|
|
Loading…
Reference in New Issue
Block a user