diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-11-26 18:38:32 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-11-26 18:38:32 +0000 |
commit | 9948eaecccfabaa469ac9b6f17ea32d596bc7995 (patch) | |
tree | 2a0da6ae7797fe50abd8fc3cc6eebae8980bf0ba /framework/uiconfig | |
parent | 50cd67d43bdf4f286c2c75e93064321aa66b1e16 (diff) |
INTEGRATION: CWS toolbars3 (1.2.72); FILE MERGED
2004/11/05 10:13:25 cd 1.2.72.2: #i35062# New toolbars from CJ according to spec
2004/10/12 10:18:52 cd 1.2.72.1: #i35062# New toolbar structure according to toolbar spec
Diffstat (limited to 'framework/uiconfig')
-rw-r--r-- | framework/uiconfig/startmodule/toolbar/standardbar.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/framework/uiconfig/startmodule/toolbar/standardbar.xml b/framework/uiconfig/startmodule/toolbar/standardbar.xml index 53fb29bc4ddc..d802a646c7bd 100644 --- a/framework/uiconfig/startmodule/toolbar/standardbar.xml +++ b/framework/uiconfig/startmodule/toolbar/standardbar.xml @@ -1,7 +1,11 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE toolbar:toolbar PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "toolbar.dtd"> <toolbar:toolbar xmlns:toolbar="http://openoffice.org/2001/toolbar" xmlns:xlink="http://www.w3.org/1999/xlink" toolbar:id="toolbar"> + <toolbar:toolbaritem xlink:href=".uno:OpenUrl" toolbar:visible="false"/> <toolbar:toolbaritem xlink:href=".uno:AddDirect" toolbar:helpid="helpid:5537" toolbar:text="" toolbar:style="dropdown" /> - <toolbar:toolbaritem xlink:href=".uno:NewDoc" toolbar:helpid="helpid:5500" toolbar:text="" toolbar:visible="true" /> + <toolbar:toolbaritem xlink:href=".uno:NewDoc" toolbar:helpid="helpid:5500" toolbar:text="" toolbar:visible="false"/> <toolbar:toolbaritem xlink:href=".uno:Open" toolbar:helpid="helpid:5501" toolbar:text="" /> + <toolbar:toolbarseparator/> + <toolbar:toolbaritem xlink:href=".uno:HelpIndex"/> + <toolbar:toolbaritem xlink:href=".uno:ExtendedHelp" toolbar:visible="false"/> </toolbar:toolbar>
\ No newline at end of file |