[Libreoffice-commits] .: 2 commits - sc/source sc/uiconfig

Jan Holesovsky kendy at kemper.freedesktop.org
Tue Jul 26 15:23:55 PDT 2011


 sc/source/core/data/global.cxx        |    1 +
 sc/uiconfig/scalc/toolbar/findbar.xml |    2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

New commits:
commit 16b812b29614d8a321f6cf38a5908fcffc2baf7e
Author: Niklas Nebel <nn at openoffice.org>
Date:   Mon Feb 7 14:29:07 2011 +0100

    dr78: #i116250# set app flag in ScGlobal::SetSearchItem, fdo#33379, fdo#33593
    
    And also fdo#37499.
    
    It seems that this commit somehow disappeared during merge.

diff --git a/sc/source/core/data/global.cxx b/sc/source/core/data/global.cxx
index a163c8b..d05f930 100644
--- a/sc/source/core/data/global.cxx
+++ b/sc/source/core/data/global.cxx
@@ -287,6 +287,7 @@ void ScGlobal::SetSearchItem( const SvxSearchItem& rNew )
     pSearchItem	= (SvxSearchItem*)rNew.Clone();
 
     pSearchItem->SetWhich( SID_SEARCH_ITEM );
+    pSearchItem->SetAppFlag( SVX_SEARCHAPP_CALC );
 }
 
 void ScGlobal::ClearAutoFormat()
commit abf8f78609c2555f3c26732f9edeeb40f6b0d67b
Author: Jan Holesovsky <kendy at suse.cz>
Date:   Tue Jul 26 23:58:16 2011 +0200

    findbar: Show the "Search and Replace" button in the FindBar by default.

diff --git a/sc/uiconfig/scalc/toolbar/findbar.xml b/sc/uiconfig/scalc/toolbar/findbar.xml
index 0338d31..c2e10c2 100644
--- a/sc/uiconfig/scalc/toolbar/findbar.xml
+++ b/sc/uiconfig/scalc/toolbar/findbar.xml
@@ -4,5 +4,5 @@
   <toolbar:toolbaritem xlink:href=".uno:FindText"/>
   <toolbar:toolbaritem xlink:href=".uno:DownSearch"/>
   <toolbar:toolbaritem xlink:href=".uno:UpSearch"/>
-  <toolbar:toolbaritem xlink:href=".uno:SearchDialog" toolbar:visible="false"/>
+  <toolbar:toolbaritem xlink:href=".uno:SearchDialog"/>
 </toolbar:toolbar>


More information about the Libreoffice-commits mailing list