To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=68974
                 Issue #|68974
                 Summary|Title for Add-on with OfficeToolbar
               Component|xml
                 Version|OOo 2.0.3
                Platform|All
                     URL|
              OS/Version|All
                  Status|UNCONFIRMED
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|ENHANCEMENT
                Priority|P3
            Subcomponent|definition
             Assigned to|mba
             Reported by|hillerd





------- Additional comments from [EMAIL PROTECTED] Sat Aug 26 06:25:01 -0700 
2006 -------
The subject is the installation of an OOoBasic add-on with the Package-Manager.
I am using the following xcu file to create a toolbar for a macro. So far it
works fine, but the toolbar is called "Add on 1". It would be an enhancement if
I could give the toolbar a name.

<?xml version='1.0' encoding='UTF-8'?>
<oor:node 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="OfficeToolBar">
      <node oor:name="org.openoffice.DHiller.addon.BorderLiner" 
oor:op="replace">
        <node oor:name="btn01" oor:op="replace">
        :
        </node>
      </node>
    </node>
  </node>
</oor:node>

An additional proberty like "Title" would be my suggestion.

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to