Cor Nouws schrieb:
Hi,
I've seen SDK 4.7.4 about Disable Commands.
A related question: is it possible to disable the little arrow button,
that is at the end of every toolbar?
Hi Cor,
You can remove the little arrow button with the help of "Disable
Commands" feature. Just copy the following configuration file snippet
into a file called Commands.xcu. Copy this file into <Office
installation>/share/registry/data/org/openoffice/Office or <User
Installation folder>/user/registry/data/org/openoffice/Office. Start the
Office again and the little arrow button is gone.
<?xml version="1.0" encoding="UTF-8" ?>
<oor:component-data oor:name="Commands" oor:package="org.openoffice.Office"
xmlns:oor="http://openoffice.org/2001/registry"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<node oor:name="Execute">
<node oor:name="Disabled">
<node oor:name="m1" oor:op="replace">
<prop oor:name="Command">
<value>ConfigureDialog</value>
</prop>
</node>
</node>
</node>
</oor:component-data>
Regards,
Carsten
--
Carsten Driesner (cd) - Project Lead OpenOffice.org Framework
Framework wiki: http://wiki.services.openoffice.org/wiki/Framework
OpenOffice.org Engineering at Sun: http://blogs.sun.com/GullFOSS
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]