diff options
author | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2015-11-20 11:41:34 +0100 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2015-11-20 11:42:50 +0100 |
commit | 4a27c2c7782de0aec0da9e74218c2a3d629edca5 (patch) | |
tree | 212bac6ff59dcace94b9d0a0c8e405ce55072df7 /chart2 | |
parent | c79b7fd8d4e6e029cf8e6bfb2c7e10b52a4d5781 (diff) |
Remove last redundant toolbar:style properties
Change-Id: I42fa834464fd4cd7f0c1f11e310c1145fb1f071b
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"/> |