<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Martin Ahrer - Together we&#039;ll make IT &#187; OpenOffice</title>
	<atom:link href="http://www.martinahrer.at/tag/openoffice/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.martinahrer.at</link>
	<description>Java Enterprise Softwareentwicklung und Consulting</description>
	<lastBuildDate>Sun, 11 Dec 2011 16:19:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
<meta name="generator" content="deSignum 0.8.1" />
		<item>
		<title>Replace Template in existing OpenOffice Impress document</title>
		<link>http://www.martinahrer.at/2009/03/13/replace-template-in-existing-openoffice-impress-document/</link>
		<comments>http://www.martinahrer.at/2009/03/13/replace-template-in-existing-openoffice-impress-document/#comments</comments>
		<pubDate>Fri, 13 Mar 2009 18:23:33 +0000</pubDate>
		<dc:creator>Martin Ahrer</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[OpenOffice]]></category>

		<guid isPermaLink="false">http://www.martinahrer.at/?p=98</guid>
		<description><![CDATA[I have been a long time OpenOffice user now. It is not possible to change the name of the template in an Impress document. According to the OO Impress Guide there has even been a bug that disabled automatic update of changed template styles. Fortunately the guide shows a macro to fix this : Sub [...]]]></description>
			<content:encoded><![CDATA[<p>I have been a long time OpenOffice user now. It is not possible to change the name of the template in an Impress document. According to the <a href="http://documentation.openoffice.org/manuals/oooauthors2/0500IG-ImpressGuide.pdf">OO Impress Guide</a> there has even been a bug that disabled automatic update of changed template styles.</p>
<p>Fortunately the guide shows a macro to fix this :</p>
<pre lang="vb">
Sub FixDocument
  TemplateName = ThisComponent.DocumentInfo.Template
  if TemplateName <> "" then
    ThisComponent.DocumentInfo.Template = "name of the template"
  end if
End Sub
</pre>
<p>The template <name of the template> of course must be loaded in Impress.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.martinahrer.at/2009/03/13/replace-template-in-existing-openoffice-impress-document/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

