[Libreoffice-commits] .: Branch 'libreoffice-3-4' - sc/source

Noel Power noelp at kemper.freedesktop.org
Wed Jul 27 01:57:17 PDT 2011


 sc/source/core/data/global.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 994b015908d6bb3d86193856e01678b9d2183047
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.
    
    Signed-off-by: Noel Power <noel.power at novell.com>

diff --git a/sc/source/core/data/global.cxx b/sc/source/core/data/global.cxx
index ba7bce0..7fe72bd 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()


More information about the Libreoffice-commits mailing list