Remove extra space from xml attr

git-svn-id: https://subversion.assembla.com/svn/abap2xlsx/trunk@39 b7d68dce-7c3c-4a99-8ce0-9ea847f5d049
This commit is contained in:
Tomek Mackowski 2010-10-31 10:28:53 +00:00
parent d3e5a8c989
commit 07ff9c2502

View File

@ -3959,6 +3959,7 @@ endmethod.</source>
IF lv_active_sheet &gt; 1. IF lv_active_sheet &gt; 1.
lv_active_sheet = lv_active_sheet - 1. lv_active_sheet = lv_active_sheet - 1.
lv_value = lv_active_sheet. lv_value = lv_active_sheet.
CONDENSE lv_value.
lo_sub_element-&gt;set_attribute_ns( name = lc_xml_attr_activetab lo_sub_element-&gt;set_attribute_ns( name = lc_xml_attr_activetab
value = lv_value ). value = lv_value ).
ENDIF. ENDIF.