Next in thread → Next in month →

Re: [office-collab] Re: Deletion of Paragraph

From
Svante Schubert <>
Date
2016-07-12T15:07:42+00:00
ID
CAHNbw8n03GNw5ZPrVa6TdGm9Em3z50qKLeMHN9G=
Thread
Re: [office-collab] Re: Deletion of Paragraph
<?xml version="1.0" encoding="UTF-8"?>
<undo xmlns="https://www.oasis-open.org/committees/tc_home.php?wg_abbrev=office-collab" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:c="https://www.oasis-open.org/committees/tc_home.php?wg_abbrev=office-collab" xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" office:version="1.3">
	<change dc:date="2016-06-15T21:02:00" dc:creator="Svante Schubert">
		<add c:start="/1" dc:type="p" c:style="Heading_20_3">
			<prop c:outline="3"/>
			<add>My heading with outline level 3</add>
		</add>
	</change>
	<change dc:date="2016-06-15T24:03:00" dc:creator="Svante Schubert">
		<add c:start="/3" dc:type="p" c:style="Standard">
			<add c:text="Third "/><!--we might even omit the start and call it append, when there is no content, yet!-->
			<add c:text="paragraph"><!--we might even omit the start and call it append-->
				<prop c:background-color="#ffff00"/>
			</add>
			<add c:text=" (will be deleted as well completly!)" />
		</add>
	</change>
</undo>
Next in thread → Next in month →