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 /sd/uiconfig/sdraw/toolbar/mediaobjectbar.xml | |
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 'sd/uiconfig/sdraw/toolbar/mediaobjectbar.xml')
-rw-r--r-- | sd/uiconfig/sdraw/toolbar/mediaobjectbar.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/uiconfig/sdraw/toolbar/mediaobjectbar.xml b/sd/uiconfig/sdraw/toolbar/mediaobjectbar.xml index 96bc232884e0..fa7d68ba0951 100644 --- a/sd/uiconfig/sdraw/toolbar/mediaobjectbar.xml +++ b/sd/uiconfig/sdraw/toolbar/mediaobjectbar.xml @@ -18,7 +18,7 @@ * 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:id="toolbar"> - <toolbar:toolbaritem xlink:href=".uno:InsertAVMedia" toolbar:helpid="6695"/> + <toolbar:toolbaritem xlink:href=".uno:InsertAVMedia"/> <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:AVMediaToolBox"/> </toolbar:toolbar> |