[Libreoffice-commits] .: sc/source

Kohei Yoshida kohei at kemper.freedesktop.org
Tue Jan 18 09:42:21 PST 2011


 sc/source/core/data/dptablecache.cxx |    7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

New commits:
commit 074946a48c4bafa583e7048c43951814a50ba92d
Author: Thomas Arnhold <thomas at arnhold.org>
Date:   Mon Jan 17 18:44:39 2011 +0100

    Remove commit message. Thanks to zhaosz and weihuaw.

diff --git a/sc/source/core/data/dptablecache.cxx b/sc/source/core/data/dptablecache.cxx
index 3ab1e4a..35f8477 100644
--- a/sc/source/core/data/dptablecache.cxx
+++ b/sc/source/core/data/dptablecache.cxx
@@ -700,10 +700,7 @@ bool ScDPTableDataCache::ValidQuery( SCROW nRow, const ScQueryParam &rParam, boo
                     if (bMatchWholeCell)
                     {
                         bOk = pTransliteration->isEqual( aCellStr, *rEntry.pStr );
-                        //Added by zhaosz,for sodc_2702,20060808
-                        String aStr = *rEntry.pStr;//"f*"
-                        //modified by weihuaw,for SODC_16698
-                        //use another way to find "*" in aStr
+                        String aStr = *rEntry.pStr;
                         sal_Bool bHasStar = sal_False;
                         xub_StrLen nIndex;
                         if (( nIndex = aStr.Search('*') ) != STRING_NOTFOUND)
@@ -723,8 +720,6 @@ bool ScDPTableDataCache::ValidQuery( SCROW nRow, const ScQueryParam &rParam, boo
                                 }
                             }
                         }
-                        //end modified
-                        //Added end,20060808
                     }
                     else
                     {


More information about the Libreoffice-commits mailing list