Carsten Driesner wrote:
> 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.
I don't think that this is what Felix wants to do, as he
wrote:
>> BTW, I only want to add *one* menu. I do not want
to replace the entire menu
>> bar since individual users may have made changes to
the menu bar.
IMHO providing this additional menu as an Addons.xcu in a
UNO package
without code is easier.
Best regards,
Mathias
--
Mathias Bauer - OpenOffice.org Application Framework Project
Lead
Please reply to the list only, nospamforMBA gmx.de is
a spam sink.
------------------------------------------------------------
---------
To unsubscribe, e-mail: dev-unsubscribe api.openoffice.org
For additional commands, e-mail: dev-help api.openoffice.org
|