-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Ciao,
ho provato a creare un'estensione che contenga una semplicissima configurazione di writer che imposti i font di default su Arial. Ho seguito pedissequamente gli esempi riportati qui: http://framework.openoffice.org/files/documents/25/3702/TemplatePackage.oxt http://framework.openoffice.org/files/documents/25/3710/AutoTextPackage.oxt Purtroppo il gestore delle estensioni e dice che lo stato dell'estensione è sconosciuto. La struttura dell'esnsione che ho fatto è semplice: - - META-INF che contiene il manifest.xml allegato - - Writer.xcu allegato. Qualche suggerimento? Davide Writer.xcu <?xml version="1.0" encoding="UTF-8"?> <oor:component-data xmlns:oor="http://openoffice.org/2001/registry" xmlns:install="http://openoffice.org/2004/installation" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" oor:name="Writer" oor:package="org.openoffice.Office"> <node oor:name="DefaultFont"> <prop oor:name="Caption" oor:type="xs:string"> <value>Arial</value> </prop> <prop oor:name="Index" oor:type="xs:string"> <value>Arial</value> </prop> <prop oor:name="List" oor:type="xs:string"> <value>Arial</value> </prop> <prop oor:name="Standard" oor:type="xs:string"> <value>Arial</value> </prop> </node> </oor:component-data> manifest.xml <?xml version="1.0" encoding="UTF-8"?> <manifest:manifest> <manifest:file-entry manifest:media-type="application/vnd.sun.star.configuration-data" manifest:full-path="Writer.xcu" /> </manifest:manifest> -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (GNU/Linux) Comment: Using GnuPG with SUSE - http://enigmail.mozdev.org iEYEARECAAYFAkkh37oACgkQIXgZqRs8KhMn6wCdFE02GYMz70d+GXMCNDRhN0p4 xDgAn2suLFXL6xQXK0cD3bNjh8+/jUig =5+3H -----END PGP SIGNATURE----- --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]