mirror of
https://github.com/abap2xlsx/abap2xlsx.git
synced 2025-05-05 02:12:05 +08:00
remove end of method statements with no effect
This commit is contained in:
parent
a3509f1d48
commit
4f0393541d
|
@ -289,7 +289,6 @@ METHOD is_row_hidden_single_values.
|
|||
READ TABLE is_filter-t_values TRANSPORTING NO FIELDS WITH TABLE KEY table_line = lv_value.
|
||||
IF sy-subrc <> 0.
|
||||
rv_is_hidden = abap_true.
|
||||
RETURN.
|
||||
ENDIF.
|
||||
|
||||
ENDMETHOD.
|
||||
|
@ -323,7 +322,6 @@ METHOD is_row_hidden_text_pattern.
|
|||
*--------------------------------------------------------------------*
|
||||
IF lv_value NOT IN is_filter-tr_textfilter1.
|
||||
rv_is_hidden = abap_true.
|
||||
RETURN.
|
||||
ENDIF.
|
||||
|
||||
ENDMETHOD.
|
||||
|
|
|
@ -298,7 +298,6 @@ method build_xml.
|
|||
lo_syscolor->set_attribute( name = c_val value = folhlink-syscolor-val ).
|
||||
lo_syscolor->set_attribute( name = c_lastclr value = folhlink-syscolor-lastclr ).
|
||||
endif.
|
||||
clear: lo_color, lo_srgb, lo_syscolor.
|
||||
endif.
|
||||
|
||||
|
||||
|
|
|
@ -227,7 +227,6 @@ method build_xml.
|
|||
lo_font->set_attribute( name = c_typeface value = <font>-typeface ).
|
||||
endif.
|
||||
endloop.
|
||||
clear: lo_latin, lo_ea, lo_cs, lo_font.
|
||||
endif.
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user