mirror of
https://github.com/abap2xlsx/abap2xlsx.git
synced 2025-05-05 13:46:17 +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 .
|
!ip_value TYPE c .
|
||||||
METHODS set_title
|
METHODS set_title
|
||||||
IMPORTING
|
IMPORTING
|
||||||
VALUE(ip_value) TYPE string .
|
ip_value TYPE string .
|
||||||
PROTECTED SECTION.
|
PROTECTED SECTION.
|
||||||
*"* protected components of class ZCL_EXCEL_GRAPH
|
*"* protected components of class ZCL_EXCEL_GRAPH
|
||||||
*"* do not include other source files here!!!
|
*"* do not include other source files here!!!
|
||||||
|
|
Loading…
Reference in New Issue
Block a user