Update src/zcl_excel_comment.clas.abap

Co-authored-by: abaplint[bot] <24845621+abaplint[bot]@users.noreply.github.com>
This commit is contained in:
sandraros 2024-05-02 11:33:22 +02:00 committed by GitHub
parent 5a7767d358
commit 4f39a6c3fc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -29,10 +29,10 @@ CLASS zcl_excel_comment DEFINITION
IMPORTING IMPORTING
!ip_width TYPE i OPTIONAL !ip_width TYPE i OPTIONAL
!ip_height TYPE i OPTIONAL . !ip_height TYPE i OPTIONAL .
methods GET_SIZE METHODS get_size
exporting EXPORTING
!EP_WIDTH type I !ep_width TYPE i
!EP_HEIGHT type I . !ep_height TYPE i .
PROTECTED SECTION. PROTECTED SECTION.
PRIVATE SECTION. PRIVATE SECTION.