Replace Pass by value with reference (#1027)

#1012
This commit is contained in:
pksingh78 2022-05-19 15:17:35 +05:30 committed by GitHub
parent a1053e84e1
commit b669bdf893
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -282,7 +282,7 @@ CLASS zcl_excel_reader_2007 DEFINITION
VALUE(rv_style_guid) TYPE zexcel_cell_style .
METHODS load_theme
IMPORTING
VALUE(iv_path) TYPE string
iv_path TYPE string
!ip_excel TYPE REF TO zcl_excel
RAISING
zcx_excel .