diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-11-26 18:43:05 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-11-26 18:43:05 +0000 |
commit | 1343d3cc84b3bf4a7d1c4a2a9893659f7e68e955 (patch) | |
tree | 2ad8bd4129abbd740f1dcf734d53bf991b5521fb /sd/uiconfig/sdraw/toolbar/drawingobjectbar.xml | |
parent | 19aa44d60790d40e50e70cb6b7ed2442c1820b5f (diff) |
INTEGRATION: CWS toolbars3 (1.2.62); FILE MERGED
2004/11/05 10:16:41 cd 1.2.62.2: #i35062# New toolbars from CJ according to spec
2004/10/12 10:14:55 cd 1.2.62.1: #i35062# New toolbar structure according to toolbar spec
Diffstat (limited to 'sd/uiconfig/sdraw/toolbar/drawingobjectbar.xml')
-rw-r--r-- | sd/uiconfig/sdraw/toolbar/drawingobjectbar.xml | 26 |
1 files changed, 15 insertions, 11 deletions
diff --git a/sd/uiconfig/sdraw/toolbar/drawingobjectbar.xml b/sd/uiconfig/sdraw/toolbar/drawingobjectbar.xml index 850152d8b1ef..9af33aa040ae 100644 --- a/sd/uiconfig/sdraw/toolbar/drawingobjectbar.xml +++ b/sd/uiconfig/sdraw/toolbar/drawingobjectbar.xml @@ -1,17 +1,21 @@ <?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:ToggleObjectBezierMode" toolbar:helpid="helpid:10126" toolbar:text="" toolbar:style="radio auto" /> +<toolbar:toolbar xmlns:toolbar="http://openoffice.org/2001/toolbar" xmlns:xlink="http://www.w3.org/1999/xlink"> + <toolbar:toolbaritem xlink:href=".uno:DesignerDialog" toolbar:text="Stylist On/Off" toolbar:helpid="5539"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:FormatLine" toolbar:helpid="helpid:10143" toolbar:text="" /> - <toolbar:toolbaritem xlink:href=".uno:LineEndStyle" toolbar:helpid="helpid:10301" toolbar:text="" toolbar:style="dropdown" /> - <toolbar:toolbaritem xlink:href=".uno:XLineStyle" toolbar:helpid="helpid:10169" toolbar:text="" /> - <toolbar:toolbaritem xlink:href=".uno:LineWidth" toolbar:helpid="helpid:10171" toolbar:text="" /> - <toolbar:toolbaritem xlink:href=".uno:XLineColor" toolbar:helpid="helpid:10172" toolbar:text="" /> + <toolbar:toolbaritem xlink:href=".uno:FormatLine" toolbar:helpid="10143"/> + <toolbar:toolbaritem xlink:href=".uno:LineEndStyle" toolbar:helpid="10301"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:FormatArea" toolbar:helpid="helpid:10142" toolbar:text="" /> - <toolbar:toolbaritem xlink:href=".uno:FillStyle" toolbar:helpid="helpid:10164" toolbar:text="" /> + <toolbar:toolbaritem xlink:href=".uno:XLineStyle" toolbar:helpid="10169"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:FillShadow" toolbar:helpid="helpid:10299" toolbar:text="" /> - <toolbar:toolbaritem xlink:href=".uno:ImageMapDialog" toolbar:helpid="helpid:10371" toolbar:text="" toolbar:visible="false" /> + <toolbar:toolbaritem xlink:href=".uno:LineWidth" toolbar:helpid="10171"/> + <toolbar:toolbarseparator/> + <toolbar:toolbaritem xlink:href=".uno:XLineColor" toolbar:helpid="10172"/> + <toolbar:toolbarseparator/> + <toolbar:toolbaritem xlink:href=".uno:FormatArea" toolbar:helpid="10142"/> + <toolbar:toolbarseparator/> + <toolbar:toolbaritem xlink:href=".uno:FillStyle" toolbar:helpid="10164"/> + <toolbar:toolbarseparator/> + <toolbar:toolbaritem xlink:href=".uno:FillShadow" toolbar:helpid="10299"/> + <toolbar:toolbaritem xlink:href=".uno:ImageMapDialog" toolbar:visible="false" toolbar:helpid="10371"/> </toolbar:toolbar>
\ No newline at end of file |