mirror of
https://github.com/abap2xlsx/abap2xlsx.git
synced 2025-05-05 08:06:15 +08:00
replace pass by value with pass by reference (#1022)
This commit is contained in:
parent
7b7984373c
commit
177f30326c
|
@ -320,7 +320,7 @@ CLASS zcl_excel_graph DEFINITION
|
|||
!ip_value TYPE c .
|
||||
METHODS set_title
|
||||
IMPORTING
|
||||
VALUE(ip_value) TYPE string .
|
||||
ip_value TYPE string .
|
||||
PROTECTED SECTION.
|
||||
*"* protected components of class ZCL_EXCEL_GRAPH
|
||||
*"* do not include other source files here!!!
|
||||
|
|
Loading…
Reference in New Issue
Block a user