diff options
author | Samuel Cantrell <samuelcantrell@gmail.com> | 2011-06-10 20:21:15 -0700 |
---|---|---|
committer | Jan Holesovsky <kendy@suse.cz> | 2011-06-14 08:06:12 +0200 |
commit | 65483c153e362ad6a9495aeee56c5a2bd47d8255 (patch) | |
tree | b2ed6c0b9cfd4e1b4901bf7cd9cd1f3188da57d9 /sw/uiconfig/swriter | |
parent | 7e0ac229f116d215d225074fd13f622fb4eadd68 (diff) |
Removes zoom button from Writer
This patch removes the zoom button from the standard toolbar
by default in Writer. As the "Default UI Improvements" wiki page
notes, we now have a much better method for changing the zoom
level.
Diffstat (limited to 'sw/uiconfig/swriter')
-rw-r--r-- | sw/uiconfig/swriter/toolbar/standardbar.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/uiconfig/swriter/toolbar/standardbar.xml b/sw/uiconfig/swriter/toolbar/standardbar.xml index 33792ed7d086..9132ae9e3ef2 100644 --- a/sw/uiconfig/swriter/toolbar/standardbar.xml +++ b/sw/uiconfig/swriter/toolbar/standardbar.xml @@ -35,7 +35,7 @@ <toolbar:toolbaritem xlink:href=".uno:Gallery" toolbar:helpid="5960"/> <toolbar:toolbaritem xlink:href=".uno:ViewDataSourceBrowser" toolbar:helpid="6660"/> <toolbar:toolbaritem xlink:href=".uno:ControlCodes" toolbar:helpid="20224"/> - <toolbar:toolbaritem xlink:href=".uno:Zoom" toolbar:helpid="10000"/> + <toolbar:toolbaritem xlink:href=".uno:Zoom" toolbar:helpid="10000" toolbar:visible="false"/> <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:HelpIndex"/> <toolbar:toolbaritem xlink:href=".uno:ExtendedHelp" toolbar:visible="false" toolbar:helpid="5402"/> |