21.08.2013 Views

OpenOffice.org BASIC Guide - OpenOffice.org wiki

OpenOffice.org BASIC Guide - OpenOffice.org wiki

OpenOffice.org BASIC Guide - OpenOffice.org wiki

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Styles and Templates<br />

The following subroutine, adapted from the Template Changer extension, will re-enable the update feature for all<br />

document types.<br />

Sub FixUpdate<br />

Dim oDocSettings as Object<br />

oDocSettings = ThisComponent.createInstance( "com.sun.star.document.Settings" )<br />

oDocSettings.UpdateFromTemplate = True<br />

End Sub 'FixUpdate<br />

68 <strong>OpenOffice</strong>.<strong>org</strong> 3.2 <strong>BASIC</strong> <strong>Guide</strong> · March 2010

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!