From da41542da69ccf9a3004a45453cf90b66b5a5ab4 Mon Sep 17 00:00:00 2001 From: Serge Noiraud Date: Thu, 7 Jan 2010 20:40:24 +0000 Subject: [PATCH] ODFDoc : issue 3440; only remove fo:max-height. svn: r13989 --- src/plugins/docgen/ODFDoc.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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')