diff options
author | Carsten Driesner <cd@openoffice.org> | 2010-07-28 12:01:07 +0200 |
---|---|---|
committer | Carsten Driesner <cd@openoffice.org> | 2010-07-28 12:01:07 +0200 |
commit | 9ad1d7e628562e32630f5bbf20cb25a4f9782993 (patch) | |
tree | 0a31d7bc8fb9234537f746840f19128b84e13493 /sd/uiconfig/sdraw | |
parent | 1d97771f1ea5dffc86a0fc5b1e1ec90a34553092 (diff) |
l10nfixer01: #i113441# Remove wrong user defined text attribute for the Search&Replace function within the findbar.xml files
Diffstat (limited to 'sd/uiconfig/sdraw')
-rw-r--r-- | sd/uiconfig/sdraw/toolbar/findbar.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sd/uiconfig/sdraw/toolbar/findbar.xml b/sd/uiconfig/sdraw/toolbar/findbar.xml index 9ef9d8a1a78f..078c0fc5bed5 100644 --- a/sd/uiconfig/sdraw/toolbar/findbar.xml +++ b/sd/uiconfig/sdraw/toolbar/findbar.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE toolbar:toolbar PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "toolbar.dtd"> <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:FindText" toolbar:helpid="helpid:100105" /> - <toolbar:toolbaritem xlink:href=".uno:DownSearch" toolbar:helpid="helpid:100105" /> - <toolbar:toolbaritem xlink:href=".uno:UpSearch" toolbar:helpid="helpid:100105" /> - <toolbar:toolbaritem xlink:href=".uno:SearchDialog" toolbar:text="Find & Replace" toolbar:visible="false" toolbar:helpid="helpid:100105"/> + <toolbar:toolbaritem xlink:href=".uno:FindText"/> + <toolbar:toolbaritem xlink:href=".uno:DownSearch"/> + <toolbar:toolbaritem xlink:href=".uno:UpSearch"/> + <toolbar:toolbaritem xlink:href=".uno:SearchDialog" toolbar:visible="false"/> </toolbar:toolbar> |