remove double space

This commit is contained in:
larshp 2018-07-29 11:16:53 +00:00
parent 9f94ee3af3
commit d1532a347b
2 changed files with 2 additions and 2 deletions

View File

@ -250,7 +250,7 @@ method load.
data: lo_minor_iterator type ref to if_ixml_node_iterator.
data: lo_minor_element type ref to if_ixml_element.
data: ls_font type t_font.
check io_font_scheme is not initial.
check io_font_scheme is not initial.
clear font_scheme.
font_scheme-name = io_font_scheme->get_attribute( name = c_name ).
lo_scheme_children = io_font_scheme->get_children( ).

View File

@ -201,7 +201,7 @@ START-OF-SELECTION.
" Get active sheet
lo_worksheet = lo_excel->get_active_worksheet( ).
ELSE.
lo_worksheet = lo_excel->add_new_worksheet( ).
lo_worksheet = lo_excel->add_new_worksheet( ).
ENDIF.
lo_worksheet->zif_excel_sheet_properties~selected = zif_excel_sheet_properties=>c_selected.