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 /starmath | |
parent | 85c5baae7b3e09e62ed4028fc434e7245a9f97bb (diff) |
Remove redundant toolbar:style attributes
These have been defined in the widgets
Change-Id: If46a6862872286a454804846128bd8658f60af9b
Diffstat (limited to 'starmath')
-rw-r--r-- | starmath/uiconfig/smath/toolbar/standardbar.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/uiconfig/smath/toolbar/standardbar.xml b/starmath/uiconfig/smath/toolbar/standardbar.xml index 542d05083740..6a88376af79d 100644 --- a/starmath/uiconfig/smath/toolbar/standardbar.xml +++ b/starmath/uiconfig/smath/toolbar/standardbar.xml @@ -21,7 +21,7 @@ <toolbar:toolbaritem xlink:href=".uno:OpenUrl" toolbar:visible="false"/> <toolbar:toolbaritem xlink:href=".uno:AddDirect" toolbar:style="dropdown"/> <toolbar:toolbaritem xlink:href=".uno:NewDoc" toolbar:visible="false"/> - <toolbar:toolbaritem xlink:href=".uno:Open" toolbar:style="dropdown"/> + <toolbar:toolbaritem xlink:href=".uno:Open"/> <toolbar:toolbaritem xlink:href=".uno:Save"/> <toolbar:toolbaritem xlink:href=".uno:SaveAs" toolbar:visible="false"/> <toolbar:toolbaritem xlink:href=".uno:SendMail" toolbar:helpid="5331"/> |