Hi, > so, for my version of OO, can i add a unique path (i want to have > non-standard templates located in a folder outside of the standard > tmepaltes)
to add a templates path's you can add a "Paths.xcu" file to ".\user\registry\data\org\openoffice\Office" for example: <?xml version="1.0" encoding="UTF-8"?> <oor:component-data xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" oor:name="Paths" oor:package="org.openoffice.Office"> <node oor:name="Paths"> <node oor:name="Template"> <prop oor:name="UserPaths"> <value>$(inst)/share/template/$(vlang) file:///E:/Share/Templates</value> </prop> <prop oor:name="WritePath"> <value>file:///E:/User/User_Templates</value> </prop> </node> </node> </oor:component-data> BTW: it's possible you have to add the following node to the "Commons.xcu" too to make it work: <node oor:name="Path"> <node oor:name="Current"> <prop oor:name="Template" oor:type="oor:string-list"> <value xsi:nil="true"/> </prop> </node> </node> Oliver -- GnuPG key 0xCFD04A45: 8822 057F 4956 46D3 352C 1A06 4E2C AB40 CFD0 4A45
signature.asc
Description: OpenPGP digital signature
