Changed leading text for a paragraph to be more general. Better KWord support.

svn: r105
This commit is contained in:
Don Allingham
2001-06-08 19:00:10 +00:00
parent bc518e06f2
commit c0e3d08c68
7 changed files with 87 additions and 33 deletions

View File

@@ -152,11 +152,10 @@ class AncestorReport:
self.doc.end_paragraph()
generation = generation + 1
self.doc.start_paragraph("Entry")
self.doc.start_paragraph("Entry","%s." % str(key))
person = self.map[key]
name = person.getPrimaryName().getRegularName()
self.doc.write_text(str(key) + ".\t")
self.doc.start_bold()
self.doc.write_text(name)
self.doc.end_bold()