diff options
author | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2015-11-19 17:27:26 +0100 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2015-11-19 17:29:51 +0100 |
commit | 42a950178c32317ccd42a37de4a56bbdd753a1af (patch) | |
tree | d3ee091fda98535e02ea8dbe828b3271817f552c /sw/uiconfig/sglobal | |
parent | 85c5baae7b3e09e62ed4028fc434e7245a9f97bb (diff) |
Remove redundant toolbar:style attributes
These have been defined in the widgets
Change-Id: If46a6862872286a454804846128bd8658f60af9b
Diffstat (limited to 'sw/uiconfig/sglobal')
-rw-r--r-- | sw/uiconfig/sglobal/toolbar/formcontrols.xml | 2 | ||||
-rw-r--r-- | sw/uiconfig/sglobal/toolbar/formdesign.xml | 4 | ||||
-rw-r--r-- | sw/uiconfig/sglobal/toolbar/standardbar.xml | 2 | ||||
-rw-r--r-- | sw/uiconfig/sglobal/toolbar/textobjectbar.xml | 6 |
4 files changed, 7 insertions, 7 deletions
diff --git a/sw/uiconfig/sglobal/toolbar/formcontrols.xml b/sw/uiconfig/sglobal/toolbar/formcontrols.xml index b9407be7564c..0c8ebfad6695 100644 --- a/sw/uiconfig/sglobal/toolbar/formcontrols.xml +++ b/sw/uiconfig/sglobal/toolbar/formcontrols.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:toolbaritem xlink:href=".uno:SwitchControlDesignMode"/> <toolbar:toolbarbreak/> <toolbar:toolbaritem xlink:href=".uno:ControlProperties"/> diff --git a/sw/uiconfig/sglobal/toolbar/formdesign.xml b/sw/uiconfig/sglobal/toolbar/formdesign.xml index 808ce81f99a4..981eb354231b 100644 --- a/sw/uiconfig/sglobal/toolbar/formdesign.xml +++ b/sw/uiconfig/sglobal/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> diff --git a/sw/uiconfig/sglobal/toolbar/standardbar.xml b/sw/uiconfig/sglobal/toolbar/standardbar.xml index 80b1c6039b6f..bdbd1858b79b 100644 --- a/sw/uiconfig/sglobal/toolbar/standardbar.xml +++ b/sw/uiconfig/sglobal/toolbar/standardbar.xml @@ -21,7 +21,7 @@ <toolbar:toolbaritem xlink:href=".uno:OpenUrl" toolbar:visible="false"/> <toolbar:toolbaritem xlink:href=".uno:AddDirect" toolbar:helpid="5537"/> <toolbar:toolbaritem xlink:href=".uno:NewDoc" toolbar:visible="false" toolbar:helpid="5500"/> - <toolbar:toolbaritem xlink:href=".uno:Open" toolbar:style="dropdown"/> + <toolbar:toolbaritem xlink:href=".uno:Open"/> <toolbar:toolbaritem xlink:href=".uno:Save" toolbar:helpid="5505"/> <toolbar:toolbaritem xlink:href=".uno:SaveAs" toolbar:helpid="5502"/> <toolbar:toolbaritem xlink:href=".uno:SendMail" toolbar:visible="false" toolbar:helpid="5331"/> diff --git a/sw/uiconfig/sglobal/toolbar/textobjectbar.xml b/sw/uiconfig/sglobal/toolbar/textobjectbar.xml index 0ec27e1e77e6..580ee78dc4b2 100644 --- a/sw/uiconfig/sglobal/toolbar/textobjectbar.xml +++ b/sw/uiconfig/sglobal/toolbar/textobjectbar.xml @@ -51,9 +51,9 @@ <toolbar:toolbaritem xlink:href=".uno:Grow" toolbar:visible="false"/> <toolbar:toolbaritem xlink:href=".uno:Shrink" toolbar:visible="false"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:FontColor" toolbar:style="dropdown"/> - <toolbar:toolbaritem xlink:href=".uno:BackColor" toolbar:style="dropdown"/> - <toolbar:toolbaritem xlink:href=".uno:BackgroundColor" toolbar:style="dropdown"/> + <toolbar:toolbaritem xlink:href=".uno:FontColor"/> + <toolbar:toolbaritem xlink:href=".uno:BackColor"/> + <toolbar:toolbaritem xlink:href=".uno:BackgroundColor"/> <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:SelectAll" toolbar:visible="false"/> <toolbar:toolbaritem xlink:href=".uno:FontDialog" toolbar:visible="false"/> |