summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWang Lei <leiw@apache.org>2012-07-27 06:47:57 +0000
committerCaolán McNamara <caolanm@redhat.com>2013-06-25 17:07:56 +0100
commitbd50bbe0c81a750b844f1c59ff3112fff6549704 (patch)
treebf938884db204cb6fc1c0ee39817f31b07cf86ef
parent26a45c1886d9167d8f9ae9aad6234a3702768d8a (diff)
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
-rw-r--r--sc/source/core/data/table3.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/source/core/data/table3.cxx b/sc/source/core/data/table3.cxx
index e003aa714b43..03a0ca0c4148 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)