From e60588a5b0a949e1659f798a55592c84c6481aaf Mon Sep 17 00:00:00 2001 From: Serge Noiraud Date: Wed, 19 Aug 2009 22:01:28 +0000 Subject: [PATCH] ODFDoc : highlight problem in styled notes. svn: r13081 --- src/plugins/docgen/ODFDoc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/docgen/ODFDoc.py b/src/plugins/docgen/ODFDoc.py index a7668f258..0b5e60385 100644 --- a/src/plugins/docgen/ODFDoc.py +++ b/src/plugins/docgen/ODFDoc.py @@ -499,7 +499,7 @@ class ODFDoc(BaseDoc, TextDoc, DrawDoc): self.cntnt2.write(' ' % style[1]) self.cntnt2.write('\n') elif ( style[0] == "FontHighlight" ): - self.cntnt2.write('') self.cntnt2.write(' ' % style[1]) self.cntnt2.write('\n')