odfbackend : bad copy string instead of integer.

svn: r18404
This commit is contained in:
Serge Noiraud 2011-11-05 17:10:08 +00:00
parent c274c69821
commit 01db400234

View File

@ -129,7 +129,7 @@ class OdfBackend(DocBackend):
self.ESCAPE_FUNC()(value),
'</text:span>')
elif ( tagtype == DocBackend.FONTSIZE ):
return ('<text:span text:style-name=\"FontSize__%s__\">' % value,
return ('<text:span text:style-name=\"FontSize__%d__\">' % value,
'</text:span>')
else: #elif ( tagtype == DocBackend.HIGHLIGHT ):
return ('<text:span text:style-name=\"FontHighlight__%s__\">' % value,