mirror of
https://github.com/abap2xlsx/abap2xlsx.git
synced 2025-05-05 07:56:15 +08:00
remove leftover int8 declaration (#1008)
This commit is contained in:
parent
efbac83915
commit
f9b3a5b555
|
@ -1578,8 +1578,7 @@ CLASS ltc_set_cell_value_types IMPLEMENTATION.
|
||||||
ENDMETHOD.
|
ENDMETHOD.
|
||||||
|
|
||||||
METHOD int8.
|
METHOD int8.
|
||||||
DATA: ref_int8 TYPE REF TO data,
|
DATA: ref_int8 TYPE REF TO data.
|
||||||
int8 TYPE int8 VALUE 33400000000.
|
|
||||||
FIELD-SYMBOLS: <value> TYPE simple,
|
FIELD-SYMBOLS: <value> TYPE simple,
|
||||||
<typekind_int8> TYPE abap_typekind.
|
<typekind_int8> TYPE abap_typekind.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user