Update src/zcl_excel_writer_2007.clas.abap

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

View File

@ -3304,7 +3304,7 @@ CLASS zcl_excel_writer_2007 IMPLEMENTATION.
*--------------------------------------------------------------------* *--------------------------------------------------------------------*
DATA: DATA:
lv_anchor TYPE string, lv_anchor TYPE string,
lv_height type i, lv_height TYPE i,
lv_width TYPE i, lv_width TYPE i,
lv_height_str type string, lv_height_str type string,
lv_width_str TYPE string. lv_width_str TYPE string.