* src/docgen/OpenOfficeDoc.org: remove ^L and ^Z from output
svn: r4983
This commit is contained in:
parent
f447c086aa
commit
d768deae74
@ -1,3 +1,6 @@
|
||||
2005-07-30 Don Allingham <don@gramps-project.org>
|
||||
* src/docgen/OpenOfficeDoc.org: remove ^L and ^Z from output
|
||||
|
||||
2005-07-29 Don Allingham <don@gramps-project.org>
|
||||
* src/GrampsBSDDB.py: issue complete redraw on name grouping change
|
||||
* src/Utils.py: use intermediate variable
|
||||
|
@ -707,6 +707,8 @@ class OpenOfficeDoc(BaseDoc.BaseDoc):
|
||||
text = text.replace('&','&') # Must be first
|
||||
text = text.replace('<','<')
|
||||
text = text.replace('>','>')
|
||||
text = text.replace('\x1a','')
|
||||
text = text.replace('\x0c','')
|
||||
text = text.replace('\n','<text:line-break/>')
|
||||
text = text.replace('<super>',
|
||||
'<text:span text:style-name="GSuper">')
|
||||
|
Loading…
Reference in New Issue
Block a user