Update src/zcl_excel_comment.clas.abap

Co-authored-by: abaplint[bot] <24845621+abaplint[bot]@users.noreply.github.com>
This commit is contained in:
RixarSAP 2024-05-02 11:52:40 +02:00 committed by GitHub
parent f1f1eda971
commit 56e3de2159
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -41,7 +41,7 @@ CLASS zcl_excel_comment DEFINITION
DATA ref TYPE string .
DATA text TYPE string .
DATA width TYPE i .
DATA height TYPE I .
DATA height TYPE i .
ENDCLASS.