From fca791751542d9d1c338489b36c3f81ffbc0d4fd Mon Sep 17 00:00:00 2001 From: Serge Noiraud Date: Thu, 7 Jan 2010 20:30:47 +0000 Subject: [PATCH] ODFDoc : issue 3440; remove only fo:max-height. svn: r13988 --- src/plugins/docgen/ODFDoc.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/plugins/docgen/ODFDoc.py b/src/plugins/docgen/ODFDoc.py index fb153eef8..5f8382391 100644 --- a/src/plugins/docgen/ODFDoc.py +++ b/src/plugins/docgen/ODFDoc.py @@ -1070,7 +1070,9 @@ class ODFDoc(BaseDoc.BaseDoc, BaseDoc.TextDoc, BaseDoc.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(escape(text, _esc_map)) + self.cntnt.write('') self.cntnt.write('') self.cntnt.write('\n') self.cntnt.write('\n')