mirror of
https://github.com/abap2xlsx/abap2xlsx.git
synced 2025-05-05 02:12:05 +08:00
Ineffective Set_Namespace_Prefix on DOM document (#1186)
It always return an error but isn't handled → line removed
This commit is contained in:
parent
e4f0ca2333
commit
242a3d4e43
|
@ -204,7 +204,6 @@ CLASS zcl_excel_theme IMPLEMENTATION.
|
|||
lo_document = lo_ixml->create_document( ).
|
||||
lo_document->set_encoding( lo_encoding ).
|
||||
lo_document->set_standalone( abap_true ).
|
||||
lo_document->set_namespace_prefix( prefix = 'a' ).
|
||||
|
||||
lo_element_root = lo_document->create_simple_element_ns( prefix = c_theme_prefix
|
||||
name = c_theme
|
||||
|
|
Loading…
Reference in New Issue
Block a user