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 /basctl | |
parent | 85c5baae7b3e09e62ed4028fc434e7245a9f97bb (diff) |
Remove redundant toolbar:style attributes
These have been defined in the widgets
Change-Id: If46a6862872286a454804846128bd8658f60af9b
Diffstat (limited to 'basctl')
-rw-r--r-- | basctl/uiconfig/basicide/toolbar/standardbar.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/basctl/uiconfig/basicide/toolbar/standardbar.xml b/basctl/uiconfig/basicide/toolbar/standardbar.xml index f490c52e7694..a770b7d5748e 100644 --- a/basctl/uiconfig/basicide/toolbar/standardbar.xml +++ b/basctl/uiconfig/basicide/toolbar/standardbar.xml @@ -20,7 +20,7 @@ <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:OpenUrl" toolbar:visible="false"/> <toolbar:toolbaritem xlink:href=".uno:AddDirect" toolbar:style="dropdown"/> - <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:toolbarseparator/> |