[Libreoffice-commits] .: sc/uiconfig

Caolán McNamara caolan at kemper.freedesktop.org
Thu Jun 16 02:42:21 PDT 2011


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

New commits:
commit 2f1850554ba2cec640f6202da86015be9b6e22ac
Author: Samuel Cantrell <samuelcantrell at gmail.com>
Date:   Sat Jun 11 07:31:50 2011 -0700

    Removes find/replace button from Calc
    
    Removes the find/replace button from the default standard toolbar
    in Calc. This is due to the inclusion of the new search toolbar.

diff --git a/sc/uiconfig/scalc/toolbar/standardbar.xml b/sc/uiconfig/scalc/toolbar/standardbar.xml
index 7367971..cb73382 100644
--- a/sc/uiconfig/scalc/toolbar/standardbar.xml
+++ b/sc/uiconfig/scalc/toolbar/standardbar.xml
@@ -33,7 +33,7 @@
  <toolbar:toolbaritem xlink:href=".uno:InsertObjectChart" toolbar:helpid="helpid:26155"/>
  <toolbar:toolbaritem xlink:href=".uno:InsertDraw" toolbar:helpid="helpid:10244"/>
  <toolbar:toolbarseparator/>
- <toolbar:toolbaritem xlink:href=".uno:SearchDialog" toolbar:helpid="helpid:5961"  />
+ <toolbar:toolbaritem xlink:href=".uno:SearchDialog" toolbar:helpid="helpid:5961" toolbar:visible="false"/>
  <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"/>


More information about the Libreoffice-commits mailing list