Ineffective Set_Namespace_Prefix on DOM document (#1186)

It always return an error but isn't handled → line removed
This commit is contained in:
sandraros 2024-02-06 20:01:26 +01:00 committed by GitHub
parent e4f0ca2333
commit 242a3d4e43
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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