Opendocument: Remove outline-level attribute.

This commit is contained in:
John MacFarlane 2011-08-18 11:12:43 -07:00
parent da4d676469
commit aa479cad5b

View file

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