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 /sw/uiconfig/swriter/toolbar/extrusionobjectbar.xml | |
parent | c79b7fd8d4e6e029cf8e6bfb2c7e10b52a4d5781 (diff) |
Remove last redundant toolbar:style properties
Change-Id: I42fa834464fd4cd7f0c1f11e310c1145fb1f071b
Diffstat (limited to 'sw/uiconfig/swriter/toolbar/extrusionobjectbar.xml')
-rw-r--r-- | sw/uiconfig/swriter/toolbar/extrusionobjectbar.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sw/uiconfig/swriter/toolbar/extrusionobjectbar.xml b/sw/uiconfig/swriter/toolbar/extrusionobjectbar.xml index 5f3d07abcc48..b495a8cb3a04 100644 --- a/sw/uiconfig/swriter/toolbar/extrusionobjectbar.xml +++ b/sw/uiconfig/swriter/toolbar/extrusionobjectbar.xml @@ -25,9 +25,9 @@ <toolbar:toolbaritem xlink:href=".uno:ExtrusionTiltLeft" toolbar:helpid="10963"/> <toolbar:toolbaritem xlink:href=".uno:ExtrusionTiltRight" toolbar:helpid="10964"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:ExtrusionDepthFloater" toolbar:style="dropdownonly"/> - <toolbar:toolbaritem xlink:href=".uno:ExtrusionDirectionFloater" toolbar:style="dropdownonly"/> - <toolbar:toolbaritem xlink:href=".uno:ExtrusionLightingFloater" toolbar:style="dropdownonly"/> - <toolbar:toolbaritem xlink:href=".uno:ExtrusionSurfaceFloater" toolbar:style="dropdownonly"/> - <toolbar:toolbaritem xlink:href=".uno:Extrusion3DColor" toolbar:style="dropdown"/> + <toolbar:toolbaritem xlink:href=".uno:ExtrusionDepthFloater"/> + <toolbar:toolbaritem xlink:href=".uno:ExtrusionDirectionFloater"/> + <toolbar:toolbaritem xlink:href=".uno:ExtrusionLightingFloater"/> + <toolbar:toolbaritem xlink:href=".uno:ExtrusionSurfaceFloater"/> + <toolbar:toolbaritem xlink:href=".uno:Extrusion3DColor"/> </toolbar:toolbar> |