[Libreoffice-commits] core.git: sc/source
Wang Lei
leiw at apache.org
Tue Jun 25 09:08:17 PDT 2013
sc/source/core/data/table3.cxx | 1 -
1 file changed, 1 deletion(-)
New commits:
commit bd50bbe0c81a750b844f1c59ff3112fff6549704
Author: Wang Lei <leiw at apache.org>
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)
More information about the Libreoffice-commits
mailing list