https://bugs.documentfoundation.org/show_bug.cgi?id=146101
--- Comment #4 from Dorange-Pattoret Didier <[email protected]> --- Hello, Follow View -> User Interface Choose Tabbed and Apply to all. And then follow Extension. The epub icons must be visible only with Writer. Or they are visible with all other components Calc, Draw, etc. That is the problem. The code in Addon_new.xcu is : <node oor:name="m1" oor:op="replace"> <prop oor:name="Context" oor:type="xs:string"> <value>com.sun.star.text.TextDocument</value> </prop> <prop oor:name="URL" oor:type="xs:string"> <value>macro:///writer2epub.A_main.writer2epubMain</value> </prop> <prop oor:name="ImageIdentifier" oor:type="xs:string"> <value>%origin%/icons/logo</value> </prop> <prop oor:name="Title" oor:type="xs:string"> <value>writer2epub</value> </prop> <prop oor:name="Target" oor:type="xs:string"> <value>_self</value> </prop> </node> The Context is only "com.sun.star.text.TextDocument", so icons must visible ONLY with Writer. -- You are receiving this mail because: You are the assignee for the bug.
