summaryrefslogtreecommitdiff
path: root/sw/uiconfig/sweb/toolbar/formdesign.xml
diff options
context:
space:
mode:
authorSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2015-11-19 17:27:26 +0100
committerSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2015-11-19 17:29:51 +0100
commit42a950178c32317ccd42a37de4a56bbdd753a1af (patch)
treed3ee091fda98535e02ea8dbe828b3271817f552c /sw/uiconfig/sweb/toolbar/formdesign.xml
parent85c5baae7b3e09e62ed4028fc434e7245a9f97bb (diff)
Remove redundant toolbar:style attributes
These have been defined in the widgets Change-Id: If46a6862872286a454804846128bd8658f60af9b
Diffstat (limited to 'sw/uiconfig/sweb/toolbar/formdesign.xml')
-rw-r--r--sw/uiconfig/sweb/toolbar/formdesign.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/uiconfig/sweb/toolbar/formdesign.xml b/sw/uiconfig/sweb/toolbar/formdesign.xml
index 808ce81f99a4..981eb354231b 100644
--- a/sw/uiconfig/sweb/toolbar/formdesign.xml
+++ b/sw/uiconfig/sweb/toolbar/formdesign.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:SelectObject" toolbar:style="radio auto"/>
+ <toolbar:toolbaritem xlink:href=".uno:SelectObject"/>
<toolbar:toolbarseparator/>
<toolbar:toolbaritem xlink:href=".uno:ControlProperties"/>
<toolbar:toolbaritem xlink:href=".uno:FormProperties"/>
@@ -45,4 +45,4 @@
<toolbar:toolbaritem xlink:href=".uno:GridVisible"/>
<toolbar:toolbaritem xlink:href=".uno:GridUse"/>
<toolbar:toolbaritem xlink:href=".uno:HelplinesMove"/>
-</toolbar:toolbar> \ No newline at end of file
+</toolbar:toolbar>