[PATCH 6/7] Remove commit message. Thanks to zhaosz and weihuaw.
Thomas Arnhold
thomas at arnhold.org
Mon Jan 17 09:44:39 PST 2011
---
sc/source/core/data/dptablecache.cxx | 7 +------
1 files changed, 1 insertions(+), 6 deletions(-)
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
{
--
1.7.3.5
--------------090503040801010303000402
Content-Type: text/plain;
name="0007-Remove-useless-comments-and-some-dead-code.patch"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
filename*0="0007-Remove-useless-comments-and-some-dead-code.patch"
More information about the LibreOffice
mailing list