[Libreoffice-commits] .: sc/uiconfig

Jan Holesovsky kendy at kemper.freedesktop.org
Mon Jun 13 23:07:25 PDT 2011


 sc/uiconfig/scalc/toolbar/standardbar.xml |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit e2961b7a792b7bff358549ec35a15faa709b89f4
Author: Samuel Cantrell <samuelcantrell at gmail.com>
Date:   Fri Jun 10 20:19:58 2011 -0700

    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.

diff --git a/sc/uiconfig/scalc/toolbar/standardbar.xml b/sc/uiconfig/scalc/toolbar/standardbar.xml
index a52ed00..7367971 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"/>


More information about the Libreoffice-commits mailing list