mirror of
https://github.com/abap2xlsx/abap2xlsx.git
synced 2025-05-05 11:06:15 +08:00
fix syntax warning (#1155)
This commit is contained in:
parent
c1a20e870b
commit
bcec07b41a
|
@ -100,7 +100,7 @@ CLASS zcl_excel_theme_color_scheme IMPLEMENTATION.
|
||||||
parent = lo_elements ).
|
parent = lo_elements ).
|
||||||
lo_scheme_element->set_attribute( name = c_name value = name ).
|
lo_scheme_element->set_attribute( name = c_name value = name ).
|
||||||
|
|
||||||
"! Adding colors to scheme
|
" Adding colors to scheme
|
||||||
lo_color ?= io_document->create_simple_element_ns( prefix = zcl_excel_theme=>c_theme_prefix
|
lo_color ?= io_document->create_simple_element_ns( prefix = zcl_excel_theme=>c_theme_prefix
|
||||||
name = c_dark1
|
name = c_dark1
|
||||||
parent = lo_scheme_element ).
|
parent = lo_scheme_element ).
|
||||||
|
|
Loading…
Reference in New Issue
Block a user