mirror of
https://github.com/abap2xlsx/abap2xlsx.git
synced 2025-05-05 13:46:17 +08:00
ZDEMO_CALENDAR_CLASSES fix syntax warnings
This commit is contained in:
parent
ac6ffe90f1
commit
1f896dd025
|
@ -122,7 +122,9 @@ CLASS zcl_helper DEFINITION.
|
||||||
i_day_style TYPE zexcel_cell_style
|
i_day_style TYPE zexcel_cell_style
|
||||||
i_cw_style TYPE zexcel_cell_style
|
i_cw_style TYPE zexcel_cell_style
|
||||||
CHANGING
|
CHANGING
|
||||||
c_worksheet TYPE REF TO zcl_excel_worksheet,
|
c_worksheet TYPE REF TO zcl_excel_worksheet
|
||||||
|
RAISING
|
||||||
|
zcx_excel,
|
||||||
add_calendar_landscape
|
add_calendar_landscape
|
||||||
IMPORTING
|
IMPORTING
|
||||||
i_date_from TYPE datum
|
i_date_from TYPE datum
|
||||||
|
@ -132,13 +134,17 @@ CLASS zcl_helper DEFINITION.
|
||||||
i_day_style TYPE zexcel_cell_style
|
i_day_style TYPE zexcel_cell_style
|
||||||
i_cw_style TYPE zexcel_cell_style
|
i_cw_style TYPE zexcel_cell_style
|
||||||
CHANGING
|
CHANGING
|
||||||
c_worksheet TYPE REF TO zcl_excel_worksheet,
|
c_worksheet TYPE REF TO zcl_excel_worksheet
|
||||||
|
RAISING
|
||||||
|
zcx_excel,
|
||||||
add_a2x_footer
|
add_a2x_footer
|
||||||
IMPORTING
|
IMPORTING
|
||||||
i_from_row TYPE zexcel_cell_row
|
i_from_row TYPE zexcel_cell_row
|
||||||
i_from_col TYPE zexcel_cell_column_alpha
|
i_from_col TYPE zexcel_cell_column_alpha
|
||||||
CHANGING
|
CHANGING
|
||||||
c_worksheet TYPE REF TO zcl_excel_worksheet,
|
c_worksheet TYPE REF TO zcl_excel_worksheet
|
||||||
|
RAISING
|
||||||
|
zcx_excel,
|
||||||
add_calender_week
|
add_calender_week
|
||||||
IMPORTING
|
IMPORTING
|
||||||
i_date TYPE datum
|
i_date TYPE datum
|
||||||
|
@ -146,7 +152,9 @@ CLASS zcl_helper DEFINITION.
|
||||||
i_col TYPE zexcel_cell_column_alpha
|
i_col TYPE zexcel_cell_column_alpha
|
||||||
i_style TYPE zexcel_cell_style
|
i_style TYPE zexcel_cell_style
|
||||||
CHANGING
|
CHANGING
|
||||||
c_worksheet TYPE REF TO zcl_excel_worksheet.
|
c_worksheet TYPE REF TO zcl_excel_worksheet
|
||||||
|
RAISING
|
||||||
|
zcx_excel.
|
||||||
ENDCLASS. "zcl_helper DEFINITION
|
ENDCLASS. "zcl_helper DEFINITION
|
||||||
|
|
||||||
*----------------------------------------------------------------------*
|
*----------------------------------------------------------------------*
|
||||||
|
|
Loading…
Reference in New Issue
Block a user