diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2017-01-28 01:07:20 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2017-01-31 09:11:47 +0000 |
commit | 695c8bc98a486d01d00a2fda3e05fb6a615fc1bf (patch) | |
tree | 953c5a17a991837f4508b90c41add4b9de689a6e /chart2/uiconfig | |
parent | 8736391f4ddda5bc73221e0762653a721819bcd9 (diff) |
tdf#105571 Drop toolbar:helpid attribute from toolbar definitions
These are no longer useful.
Made with:
git grep toolbar:helpid | cut -d : -f1 | sort -u | xargs sed -i -r -e 's/ toolbar:helpid="[0-9]*"//'
git grep toolbar:helpid | cut -d : -f1 | sort -u | xargs sed -i -r -e 's/ toolbar:helpid=""//'1
Change-Id: If1bf04265f4e03b44b6a92529f6133aff1589526
Reviewed-on: https://gerrit.libreoffice.org/33642
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'chart2/uiconfig')
-rw-r--r-- | chart2/uiconfig/toolbar/drawbar.xml | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/chart2/uiconfig/toolbar/drawbar.xml b/chart2/uiconfig/toolbar/drawbar.xml index c5696e1de7ad..65d440f35aba 100644 --- a/chart2/uiconfig/toolbar/drawbar.xml +++ b/chart2/uiconfig/toolbar/drawbar.xml @@ -18,20 +18,20 @@ * 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:toolbaritem xlink:href=".uno:SelectObject" toolbar:helpid="10128"/> + <toolbar:toolbaritem xlink:href=".uno:SelectObject"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:Line" toolbar:helpid="10102"/> - <toolbar:toolbaritem xlink:href=".uno:LineArrowEnd" toolbar:helpid="27173"/> - <toolbar:toolbaritem xlink:href=".uno:Rect" toolbar:helpid="10104"/> - <toolbar:toolbaritem xlink:href=".uno:Ellipse" toolbar:helpid="10110"/> - <toolbar:toolbaritem xlink:href=".uno:Freeline_Unfilled" toolbar:helpid="10464"/> - <toolbar:toolbaritem xlink:href=".uno:DrawText" toolbar:helpid="10253"/> - <toolbar:toolbaritem xlink:href=".uno:DrawCaption" toolbar:helpid="10254"/> + <toolbar:toolbaritem xlink:href=".uno:Line"/> + <toolbar:toolbaritem xlink:href=".uno:LineArrowEnd"/> + <toolbar:toolbaritem xlink:href=".uno:Rect"/> + <toolbar:toolbaritem xlink:href=".uno:Ellipse"/> + <toolbar:toolbaritem xlink:href=".uno:Freeline_Unfilled"/> + <toolbar:toolbaritem xlink:href=".uno:DrawText"/> + <toolbar:toolbaritem xlink:href=".uno:DrawCaption"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:BasicShapes" toolbar:helpid="11002"/> - <toolbar:toolbaritem xlink:href=".uno:SymbolShapes" toolbar:helpid="11003"/> - <toolbar:toolbaritem xlink:href=".uno:ArrowShapes" toolbar:helpid="11004"/> - <toolbar:toolbaritem xlink:href=".uno:FlowChartShapes" toolbar:helpid="11005"/> - <toolbar:toolbaritem xlink:href=".uno:CalloutShapes" toolbar:helpid="11006"/> - <toolbar:toolbaritem xlink:href=".uno:StarShapes" toolbar:helpid="11007"/> + <toolbar:toolbaritem xlink:href=".uno:BasicShapes"/> + <toolbar:toolbaritem xlink:href=".uno:SymbolShapes"/> + <toolbar:toolbaritem xlink:href=".uno:ArrowShapes"/> + <toolbar:toolbaritem xlink:href=".uno:FlowChartShapes"/> + <toolbar:toolbaritem xlink:href=".uno:CalloutShapes"/> + <toolbar:toolbaritem xlink:href=".uno:StarShapes"/> </toolbar:toolbar>
\ No newline at end of file |