Re: [office] OpenDocument v1.1 items

From
David Faure <>
Date
2006-06-26T15:29:58+00:00
ID
Thread
Re: [office] OpenDocument v1.1 items
On Friday 23 June 2006 15:11, Michael Brauer - Sun Germany - ham02 - Hamburg wrote:
> - In our meeting on March, the 27th, we agreed to add a paragraph-style 
> attribute to the table cell template element
> http://lists.oasis-open.org/archives/office/200603/msg00108.html
> I think we should integrate that into OpenDocument 1.1.
> David, can you provide the description and schema for the element?

At the very end of
   14.5 Table Templates, 14.5.1 Row and Column Styles

<define name="common-table-template-attlist" combine="interleave">
	<attribute name="text:style-name">
		<ref name="styleNameRef"/>
	</attribute>
</define>

should become

<define name="common-table-template-attlist" combine="interleave">
	<attribute name="text:style-name">
		<ref name="styleNameRef"/>
	</attribute>
	<attribute name="text:paragraph-style-name">
		<ref name="styleNameRef"/>
	</attribute>
</define>

I'm not sure that the description actually needs changing, it already talks
about text properties.

-- 
David Faure, , sponsored by Trolltech to work on KDE,
Konqueror (http://www.konqueror.org), and KOffice (http://www.koffice.org).