sc/source/core/data/table3.cxx | 1 -
1 file changed, 1 deletion(-)
New commits:
commit bd50bbe0c81a750b844f1c59ff3112fff6549704
Author: Wang Lei <[email protected]>
Date: Fri Jul 27 06:47:57 2012 +0000
Resolves: #i119637# "Case sensitive" in "Special Filter" dialog can not
work.
Patch by: Clarence GUO
Review by: Wang Lei
(cherry picked from commit 0f04f29fbc7c1f3700343304c01e8934b6dad45b)
Conflicts:
sc/source/core/data/table3.cxx
Change-Id: I7ffa7b82dc88b78982af2d5291f6c15b88a81c4c
diff --git a/sc/source/core/data/table3.cxx b/sc/source/core/data/table3.cxx
index e003aa7..03a0ca0 100644
--- a/sc/source/core/data/table3.cxx
+++ b/sc/source/core/data/table3.cxx
@@ -2014,7 +2014,6 @@ bool ScTable::CreateExcelQuery(SCCOL nCol1, SCROW nRow1,
SCCOL nCol2, SCROW nRow
while (nCol <= nCol2)
{
GetInputString( nCol, nRow, aCellStr );
- aCellStr = ScGlobal::pCharClass->uppercase(aCellStr);
if (!aCellStr.isEmpty())
{
if (nIndex < nNewEntries)
_______________________________________________
Libreoffice-commits mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits