diff options
author | Kurt Zenker <kz@openoffice.org> | 2005-03-21 10:13:08 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2005-03-21 10:13:08 +0000 |
commit | 2138581bc93b4bdd5cc40f130973b6f61a894106 (patch) | |
tree | 9f50128a5535b388b4fff7f54be46bb4fd675103 /sd/uiconfig/simpress/toolbar | |
parent | ca2901d7da63397e34946e0b78dc81a68787e6c9 (diff) |
INTEGRATION: CWS fwkpostbeta1 (1.2.116); FILE MERGED
2005/01/27 13:43:47 cd 1.2.116.1: #i41417# Removed obsolete entry 'toolbar:text' for default toolbar definitions
Diffstat (limited to 'sd/uiconfig/simpress/toolbar')
-rw-r--r-- | sd/uiconfig/simpress/toolbar/masterviewtoolbar.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sd/uiconfig/simpress/toolbar/masterviewtoolbar.xml b/sd/uiconfig/simpress/toolbar/masterviewtoolbar.xml index bf2339adf346..994c537a0aad 100644 --- a/sd/uiconfig/simpress/toolbar/masterviewtoolbar.xml +++ b/sd/uiconfig/simpress/toolbar/masterviewtoolbar.xml @@ -1,9 +1,9 @@ <?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:InsertMasterPage" toolbar:helpid="helpid:27430" toolbar:text="" /> - <toolbar:toolbaritem xlink:href=".uno:DeleteMasterPage" toolbar:helpid="helpid:27431" toolbar:text="" /> - <toolbar:toolbaritem xlink:href=".uno:RenameMasterPage" toolbar:helpid="helpid:27432" toolbar:text="" /> + <toolbar:toolbaritem xlink:href=".uno:InsertMasterPage" toolbar:helpid="helpid:27430" /> + <toolbar:toolbaritem xlink:href=".uno:DeleteMasterPage" toolbar:helpid="helpid:27431" /> + <toolbar:toolbaritem xlink:href=".uno:RenameMasterPage" toolbar:helpid="helpid:27432" /> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:CloseMasterView" toolbar:helpid="helpid:27433" toolbar:text="" /> + <toolbar:toolbaritem xlink:href=".uno:CloseMasterView" toolbar:helpid="helpid:27433" /> </toolbar:toolbar> |