diff options
author | Michael Meeks <michael.meeks@suse.com> | 2013-04-03 21:37:13 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2013-04-03 21:37:13 +0100 |
commit | 126f29c4741ee0083487db7ca8e76e0ef6cbc50b (patch) | |
tree | 1c7b599e4f634bdce574e4d3494c4cc77ebe137c /framework | |
parent | 15175a00c976d48f132bc3458e961d1cb2e62a9b (diff) |
remove obsolete helpids and cleanup uiconfig XML
/usr/bin/perl -pi.bak
s/\s+statusbar:helpid="helpid:\d+"\s*/ /g;
s/\s+toolbar:helpid="helpid:\d+"\s*/ /g;
s|" />|"/>|g;
Change-Id: Iebb40c7e168835e02a63c17b93adee4139069ee0
Diffstat (limited to 'framework')
-rw-r--r-- | framework/uiconfig/startmodule/toolbar/standardbar.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/uiconfig/startmodule/toolbar/standardbar.xml b/framework/uiconfig/startmodule/toolbar/standardbar.xml index 928bc3247679..ee1d9235eb90 100644 --- a/framework/uiconfig/startmodule/toolbar/standardbar.xml +++ b/framework/uiconfig/startmodule/toolbar/standardbar.xml @@ -21,7 +21,7 @@ <toolbar:toolbaritem xlink:href=".uno:OpenUrl" toolbar:visible="false"/> <toolbar:toolbaritem xlink:href=".uno:AddDirect" toolbar:style="dropdown"/> <toolbar:toolbaritem xlink:href=".uno:NewDoc" toolbar:visible="false"/> - <toolbar:toolbaritem xlink:href=".uno:Open" toolbar:helpid="helpid:5501"/> + <toolbar:toolbaritem xlink:href=".uno:Open"/> <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:HelpIndex"/> <toolbar:toolbaritem xlink:href=".uno:ExtendedHelp" toolbar:visible="false"/> |