diff options
author | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2015-11-20 09:58:41 +0100 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2015-11-20 09:37:55 +0000 |
commit | b60e464cb6bb7f4d90e806c46eaf3dd184a37163 (patch) | |
tree | dd224b3207f349673f4e0d5ef00be9ffc8bb5b7e /reportdesign/uiconfig/dbreport | |
parent | 9c5060a6f9c8e94965178dc44bae6ce744d1eb7c (diff) |
Remove redundant toolbar:style="radio" property
Change-Id: I56969839a93af975466ab6c28f2f87557e4d7f1b
Reviewed-on: https://gerrit.libreoffice.org/20074
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'reportdesign/uiconfig/dbreport')
-rw-r--r-- | reportdesign/uiconfig/dbreport/toolbar/reportcontrols.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/reportdesign/uiconfig/dbreport/toolbar/reportcontrols.xml b/reportdesign/uiconfig/dbreport/toolbar/reportcontrols.xml index 33da3e68a3a4..e8a0d69684a0 100644 --- a/reportdesign/uiconfig/dbreport/toolbar/reportcontrols.xml +++ b/reportdesign/uiconfig/dbreport/toolbar/reportcontrols.xml @@ -27,8 +27,8 @@ <toolbar:toolbaritem xlink:href=".uno:ImageControl"/> <toolbar:toolbaritem xlink:href=".uno:InsertObjectChart"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:HFixedLine" toolbar:style="radio"/> - <toolbar:toolbaritem xlink:href=".uno:VFixedLine" toolbar:style="radio"/> + <toolbar:toolbaritem xlink:href=".uno:HFixedLine"/> + <toolbar:toolbaritem xlink:href=".uno:VFixedLine"/> <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:GridVisible" toolbar:visible="false"/> <toolbar:toolbaritem xlink:href=".uno:GridUse" toolbar:visible="false"/> |