From 165cebcd68a46484f5756767b5cf74e22cdf8f38 Mon Sep 17 00:00:00 2001 From: Brian Matherly Date: Wed, 13 Jun 2007 04:27:33 +0000 Subject: [PATCH] Fix width error AbiWord2Doc.py. svn: r8542 --- ChangeLog | 5 ++++- src/docgen/AbiWord2Doc.py | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 80973a791..78a63ff0b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,7 @@ -2007-06-01 Brian Matherly +2007-06-12 Brian Matherly + * src/plugins/AbiWord2Doc.py: Fix width error + +2007-06-12 Brian Matherly * src/ReportBase/_ReportUtils.py: * src/ReportBase/__init__.py: * src/ReportBase/_Bibliography.py: diff --git a/src/docgen/AbiWord2Doc.py b/src/docgen/AbiWord2Doc.py index 62a0c7a26..5bd47c12b 100644 --- a/src/docgen/AbiWord2Doc.py +++ b/src/docgen/AbiWord2Doc.py @@ -286,7 +286,7 @@ class AbiWordDoc(BaseDoc.BaseDoc,BaseDoc.TextDoc): styles = self.get_style_sheet() self.tblstyle = styles.get_table_style(style_name) self.f.write('\n')