Hi,

if you sure, your *.xcu files are correct you can try to close oo,
delete all files in ".\user\registry\cache" and reinstall all extensions

example "Addons.xcu":

<oor:component-data oor:name="Addons" oor:package="org.openoffice.Office"
                    xmlns:install="http://openoffice.org/2004/installation";
                    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="AddonUI">
                <node oor:name="OfficeToolBar">
                        <node oor:name="my.toolbar" oor:op="replace">

example "CalcWindowState.xcu":

<oor:component-data xmlns:oor="http://openoffice.org/2001/registry";
                    xmlns:xs="http://www.w3.org/2001/XMLSchema";
                    oor:name="CalcWindowState"
                    oor:package="org.openoffice.Office.UI">

        <node oor:name="UIElements">
                <node oor:name="States">
                        <node 
oor:name="private:resource/toolbar/addon_my.toolbar" oor:op="replace">
                                <prop oor:name="ContextSensitive" 
oor:type="xs:boolean">
                                        <value>false</value>
                                </prop>
                                <prop oor:name="UIName" oor:type="xs:string">
                                        <value>My Addon</value>
                                </prop>

look at <node oor:name="my.toolbar" oor:op="replace"> and
<node oor:name="private:resource/toolbar/addon_my.toolbar" oor:op="replace">

see: http://www.mail-archive.com/[email protected]/msg02760.html

IMHO you have to create an *WindowState.xcu file for every module

Oliver

-- 

GnuPG key 0xCFD04A45: 8822 057F 4956 46D3 352C 1A06 4E2C AB40 CFD0 4A45

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to