summaryrefslogtreecommitdiff
path: root/sc/uiconfig/scalc/toolbar
diff options
context:
space:
mode:
authorSamuel Cantrell <samuelcantrell@gmail.com>2011-06-10 20:19:58 -0700
committerJan Holesovsky <kendy@suse.cz>2011-06-14 08:07:01 +0200
commite1bf4cbec578735bbb27acc97893de544a63e73a (patch)
treeec1b5f22298b5c8000449e8c95d24b88c3012039 /sc/uiconfig/scalc/toolbar
parentd29bcfb031df6ef5285213de56444027fd1b1aef (diff)
Removes zoom button from Calc
This patch removes the zoom button from the standard toolbar by default in Calc. As the "Default UI Improvements" wiki page notes, we now have a much better method of zooming than this stupid button.
Diffstat (limited to 'sc/uiconfig/scalc/toolbar')
-rw-r--r--sc/uiconfig/scalc/toolbar/standardbar.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/uiconfig/scalc/toolbar/standardbar.xml b/sc/uiconfig/scalc/toolbar/standardbar.xml
index a52ed0036d8a..736797153d08 100644
--- a/sc/uiconfig/scalc/toolbar/standardbar.xml
+++ b/sc/uiconfig/scalc/toolbar/standardbar.xml
@@ -37,7 +37,7 @@
<toolbar:toolbaritem xlink:href=".uno:Navigator" toolbar:helpid="helpid:10366"/>
<toolbar:toolbaritem xlink:href=".uno:Gallery" toolbar:helpid="helpid:5960"/>
<toolbar:toolbaritem xlink:href=".uno:ViewDataSourceBrowser" toolbar:helpid="helpid:6660"/>
- <toolbar:toolbaritem xlink:href=".uno:Zoom" toolbar:helpid="helpid:10000"/>
+ <toolbar:toolbaritem xlink:href=".uno:Zoom" toolbar:helpid="helpid:10000" toolbar:visible="false"/>
<toolbar:toolbarseparator/>
<toolbar:toolbaritem xlink:href=".uno:HelpIndex"/>
<toolbar:toolbaritem xlink:href=".uno:ExtendedHelp" toolbar:visible="false"/>