Issue 98374

Summary: Extentoolbar names are not displayed anymore
Product: utilities Reporter: holgerbrandl <holger>
Component: codeAssignee: AOO issues mailing list <issues>
Status: UNCONFIRMED --- QA Contact: issues@tools <issues>
Severity: Trivial    
Priority: P3 CC: issues, joerg.skottke
Version: DEV300m39Keywords: needmoreinfo
Target Milestone: ---   
Hardware: Unknown   
OS: All   
Issue Type: DEFECT Latest Confirmation in: ---
Developer Difficulty: ---

Description holgerbrandl 2009-01-22 19:54:58 UTC
In contrast to OO 3.0 extension toolbar names are not displayed anymore. Instead
something like "AddOn 2" is being shown. The number depends on the number of
extensions that are using a toolbar.

In OO 3.0 and 2.X it has been possible to name an extension toolbar using:

<?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="ImpressWindowState"
oor:package="org.openoffice.Office.UI">
    <node oor:name="UIElements">
        <node oor:name="States">
            <node
oor:name="private:resource/toolbar/addon_info.opencards.toolbar" oor:op="replace">
                <prop oor:name="UIName" oor:type="xs:string">
                    <value xml:lang="en">OpenCards</value>
                </prop>
            </node>
        </node>
    </node>
</oor:component-data>

Using the same approach is broken in DEV300_m39
Comment 1 Olaf Felka 2010-02-23 07:12:46 UTC
@ holgerbrandl: Is this still a valid issue in DEV300m71?
Comment 2 joachim.lingner 2010-02-23 08:47:19 UTC
@cd: please take this over.
Comment 3 carsten.driesner 2010-02-23 09:20:17 UTC
cd->holgerbrandl: There is a known problem regarding the user layer of the OOo
configuration. If one installed the extension without a <Module>WindowState.xcu
file the Office tries to use the described schema "Addon <n>". As this toolbar
name is stored in the user layer a later installed extension with a
<Module>WindowState.xcu file cannot overwrite it. Please try to remove all
<Module>WindowState.xcu files from your user layer. I am sure that it should
work correctly. Nothing has been changed regarding the toolbar names, therefore
I doubt that we have an issue here.
Comment 4 Rob Weir 2013-02-02 02:55:47 UTC
This Issue requires more information ('needmoreinfo'), but has not been updated
within the last year. Please provide feedback as requested and re-test with the the latest version of OpenOffice - the problem(s) may already be addressed. 

You can download Apache OpenOffice 3.4.1 from http://www.openoffice.org/download

Please report back the outcome of your testing, so this Issue may be closed or
progressed as necessary - otherwise the issue may be Resolved as Invalid in the
future.