diff options
author | Wang Lei <leiw@apache.org> | 2012-07-27 06:47:57 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-06-25 17:07:56 +0100 |
commit | bd50bbe0c81a750b844f1c59ff3112fff6549704 (patch) | |
tree | bf938884db204cb6fc1c0ee39817f31b07cf86ef | |
parent | 26a45c1886d9167d8f9ae9aad6234a3702768d8a (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.cxx | 1 |
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) |