Opendocument: use Title class for title.

Thanks to bdarcus for the bug report.
This commit is contained in:
John MacFarlane 2011-08-18 11:09:54 -07:00
parent b8cb9405c0
commit da4d676469

View file

@ -7,7 +7,7 @@ $endfor$
<office:body>
<office:text>
$if(title)$
<text:h text:style-name="Heading_20_1" text:outline-level="1">$title$</text:h>
<text:h text:style-name="Title" text:outline-level="1">$title$</text:h>
$endif$
$for(author)$
<text:p text:style-name="Author">$author$</text:p>