summaryrefslogtreecommitdiff
path: root/chart2
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 /chart2
parent85c5baae7b3e09e62ed4028fc434e7245a9f97bb (diff)
Remove redundant toolbar:style attributes
These have been defined in the widgets Change-Id: If46a6862872286a454804846128bd8658f60af9b
Diffstat (limited to 'chart2')
-rw-r--r--chart2/uiconfig/toolbar/standardbar.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/uiconfig/toolbar/standardbar.xml b/chart2/uiconfig/toolbar/standardbar.xml
index 94ea16273e0d..4f96846bc09f 100644
--- a/chart2/uiconfig/toolbar/standardbar.xml
+++ b/chart2/uiconfig/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:AddDirect" toolbar:style="dropdown" toolbar:visible="false"/>
<toolbar:toolbaritem xlink:href=".uno:NewDoc" toolbar:visible="false"/>
- <toolbar:toolbaritem xlink:href=".uno:Open" toolbar:style="dropdown" toolbar:visible="false"/>
+ <toolbar:toolbaritem xlink:href=".uno:Open" toolbar:visible="false"/>
<toolbar:toolbaritem xlink:href=".uno:Save" toolbar:visible="false"/>
<toolbar:toolbaritem xlink:href=".uno:SaveAs" toolbar:visible="false"/>
<toolbar:toolbarseparator/>