remove end of method statements with no effect

This commit is contained in:
larshp 2017-05-18 16:03:12 +00:00
parent a3509f1d48
commit 4f0393541d
3 changed files with 0 additions and 4 deletions

View File

@ -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.

View File

@ -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.

View File

@ -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.