diff options
Diffstat (limited to 'chart2')
-rw-r--r-- | chart2/uiconfig/toolbar/drawbar.xml | 12 | ||||
-rw-r--r-- | chart2/uiconfig/toolbar/standardbar.xml | 2 |
2 files changed, 7 insertions, 7 deletions
diff --git a/chart2/uiconfig/toolbar/drawbar.xml b/chart2/uiconfig/toolbar/drawbar.xml index 76910864a99c..c5696e1de7ad 100644 --- a/chart2/uiconfig/toolbar/drawbar.xml +++ b/chart2/uiconfig/toolbar/drawbar.xml @@ -28,10 +28,10 @@ <toolbar:toolbaritem xlink:href=".uno:DrawText" toolbar:helpid="10253"/> <toolbar:toolbaritem xlink:href=".uno:DrawCaption" toolbar:helpid="10254"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:BasicShapes" toolbar:style="dropdown" toolbar:helpid="11002"/> - <toolbar:toolbaritem xlink:href=".uno:SymbolShapes" toolbar:style="dropdown" toolbar:helpid="11003"/> - <toolbar:toolbaritem xlink:href=".uno:ArrowShapes" toolbar:style="dropdown" toolbar:helpid="11004"/> - <toolbar:toolbaritem xlink:href=".uno:FlowChartShapes" toolbar:style="dropdown" toolbar:helpid="11005"/> - <toolbar:toolbaritem xlink:href=".uno:CalloutShapes" toolbar:style="dropdown" toolbar:helpid="11006"/> - <toolbar:toolbaritem xlink:href=".uno:StarShapes" toolbar:style="dropdown" toolbar:helpid="11007"/> + <toolbar:toolbaritem xlink:href=".uno:BasicShapes" toolbar:helpid="11002"/> + <toolbar:toolbaritem xlink:href=".uno:SymbolShapes" toolbar:helpid="11003"/> + <toolbar:toolbaritem xlink:href=".uno:ArrowShapes" toolbar:helpid="11004"/> + <toolbar:toolbaritem xlink:href=".uno:FlowChartShapes" toolbar:helpid="11005"/> + <toolbar:toolbaritem xlink:href=".uno:CalloutShapes" toolbar:helpid="11006"/> + <toolbar:toolbaritem xlink:href=".uno:StarShapes" toolbar:helpid="11007"/> </toolbar:toolbar>
\ No newline at end of file diff --git a/chart2/uiconfig/toolbar/standardbar.xml b/chart2/uiconfig/toolbar/standardbar.xml index 4f96846bc09f..de52c53e4a1c 100644 --- a/chart2/uiconfig/toolbar/standardbar.xml +++ b/chart2/uiconfig/toolbar/standardbar.xml @@ -18,7 +18,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . --> <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:AddDirect" toolbar:style="dropdown" toolbar:visible="false"/> + <toolbar:toolbaritem xlink:href=".uno:AddDirect" toolbar:visible="false"/> <toolbar:toolbaritem xlink:href=".uno:NewDoc" toolbar:visible="false"/> <toolbar:toolbaritem xlink:href=".uno:Open" toolbar:visible="false"/> <toolbar:toolbaritem xlink:href=".uno:Save" toolbar:visible="false"/> |