Hi Felix,
you have to do the following:
1. Create a folder in <Office
installation>/share/config/soffice.cfg
2. Copy your XML files (f.e. writermenubar.xml) to the
folder.
3. Add the following XML snippet to <Office
installation>/share/registry/data/org/openoffice/Office/C
ommon.xcu
...
<node oor:name="Path">
<node oor:name="Current">
<prop oor:name="UIConfig"
oor:type="oor:string-list">
<value>$(insturl)/share/config</value>
</prop>
</node>
</node>
...
Now you should see that the new configuration data is used
for the user
interface elements. If it doesn't work, please check that
there are no
file in the user layer (<Office
installation>/user/config/soffice.cfg).
These file have a higher priority.
Regards,
Carsten
------------------------------------------------------------
---------
To unsubscribe, e-mail: dev-unsubscribe api.openoffice.org
For additional commands, e-mail: dev-help api.openoffice.org
|