odfbackend : bad copy string instead of integer.
svn: r18404
This commit is contained in:
parent
c274c69821
commit
01db400234
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user