Hello, in an extension (*.oxt) i use the following Addon.xcu to create an button in the browserobject-toolbar - works correct in OOo 2.4.0 but not in OOo 3.1. (in OOo 3.1 i dont get a button in the browserobject-toolbar after installation of the extension)
What can i do? Regards, Jörg '-- <?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="Addons" oor:package="org.openoffice.Office"> <node oor:name="AddonUI"> <node oor:name="OfficeToolbarMerging"> <node oor:name="org.openoffice.test.testcomponent" oor:op="replace"> <node oor:name="T1" oor:op="replace"> <prop oor:name="MergeToolBar"> <value>browserobjectbar</value> </prop> <prop oor:name="MergePoint"> <value>.uno:Refresh</value> </prop> <prop oor:name="MergeCommand"> <value>AddAfter</value> </prop> <prop oor:name="MergeFallback"> <value>AddLast</value> </prop> <prop oor:name="MergeContext"> <value/> </prop> <node oor:name="ToolBarItems"> <node oor:name="B1" oor:op="replace"> <prop oor:name="URL" oor:type="xs:string"> <value>vnd.sun.star.script:Serien.HDCode.start_hd?language=Basic&loc ation=application</value> </prop> <prop oor:name="Title" oor:type="xs:string"> <value>Testaufruf</value> </prop> </node> </node> </node> </node> </node> </node> </oor:component-data> '-- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@api.openoffice.org For additional commands, e-mail: dev-h...@api.openoffice.org