Drawing reference 6

This commit is contained in:
KonstantinKhrushchev 2023-05-08 08:08:18 +03:00 committed by GitHub
parent 3ef7f0a0f6
commit ef7d12d817
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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