Commit b11c5796 authored by Fabien Morin's avatar Fabien Morin

remove unused variable


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30857 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent fea2aab4
......@@ -413,7 +413,6 @@ class ODFStrategy(Implicit):
if len(reference_list) > 0:
target_node = reference_list[0]
paragraph_node = reference_list[0].getparent()
parent_node = paragraph_node.getparent()
if not isinstance(field_value, list):
# remove such a "bbb": <text:p>aaa<text:line-break/>bbb</text:p>
for child in paragraph_node.getchildren():
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment