From 177f30326c7cb9fc130a94b60f8bc7f2217274f6 Mon Sep 17 00:00:00 2001 From: Gregor Wolf Date: Wed, 27 Apr 2022 11:56:37 +0200 Subject: [PATCH 1/3] replace pass by value with pass by reference (#1022) --- src/zcl_excel_graph.clas.abap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/zcl_excel_graph.clas.abap b/src/zcl_excel_graph.clas.abap index 39272ea..e5f885f 100644 --- a/src/zcl_excel_graph.clas.abap +++ b/src/zcl_excel_graph.clas.abap @@ -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!!! From d2a13013295c534a5e8ecd439d18b19833eeeabe Mon Sep 17 00:00:00 2001 From: Tom Schmelzer <30869493+schmelto@users.noreply.github.com> Date: Thu, 28 Apr 2022 11:27:24 +0200 Subject: [PATCH 2/3] docs: add missing full stop (#1023) --- docs/abapGit-installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/abapGit-installation.md b/docs/abapGit-installation.md index 15b7ce7..14b3a48 100644 --- a/docs/abapGit-installation.md +++ b/docs/abapGit-installation.md @@ -4,7 +4,7 @@ ## Procedure -Execute abapGit using the report **ZABAPGIT_FULL**, click on *New Online*, fill the field *Git repository URL* with *https://github.com/abap2xlsx/abap2xlsx.git*, package with *$abap2xlsx* if you just want to test. If you want to transport abap2xlsx to production then use a non local package, for example ZABAP2XLSX. Click *Create package* if the package doesn't exist yet. Then click *Clone online repo* +Execute abapGit using the report **ZABAPGIT_FULL**, click on *New Online*, fill the field *Git repository URL* with *https://github.com/abap2xlsx/abap2xlsx.git*, package with *$abap2xlsx* if you just want to test. If you want to transport abap2xlsx to production then use a non local package, for example ZABAP2XLSX. Click *Create package* if the package doesn't exist yet. Then click *Clone online repo*. ![abapGit New Online Repository](new-online-abap2xlsx.png) From 387d8b103cf2b25ab6aced6edeea61f583c57479 Mon Sep 17 00:00:00 2001 From: Abo Date: Mon, 9 May 2022 08:55:53 +0200 Subject: [PATCH 3/3] remove unused subpackage definition (#1024) ( hopefully last cleanup for #861 ) --- src/demos/package.devc.xml | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 src/demos/package.devc.xml diff --git a/src/demos/package.devc.xml b/src/demos/package.devc.xml deleted file mode 100644 index 41982c3..0000000 --- a/src/demos/package.devc.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - Spreadsheet Demo Reports - - - -