diff --git a/src/plugins/docgen/ODFDoc.py b/src/plugins/docgen/ODFDoc.py index cc6279eeb..285b51f3e 100644 --- a/src/plugins/docgen/ODFDoc.py +++ b/src/plugins/docgen/ODFDoc.py @@ -1468,10 +1468,10 @@ class ODFDoc(BaseDoc, TextDoc, DrawDoc): self.cntnt.write('svg:y="%.2fcm">' % float(y)) self.cntnt.write(' ' ) self.cntnt.write('' % para_name) - #self.cntnt.write('' % para_name) #self.cntnt.write(' fo:max-height="%.2f">' % font.get_size() ) self.cntnt.write(escape(text, _esc_map)) - #self.cntnt.write('') + self.cntnt.write('') self.cntnt.write('') self.cntnt.write('\n') self.cntnt.write('\n')