summaryrefslogtreecommitdiff
path: root/sc/inc
diff options
context:
space:
mode:
authorSahas <sahasr@naman.ms>2015-10-18 21:46:25 +0530
committerEike Rathke <erack@redhat.com>2015-11-05 20:36:56 +0000
commitef6ddb36751f917cd4ddab4a7fc609d5cf212b1b (patch)
tree0dd88f5745d3b9028ae4c2b61013c7b3c766cb95 /sc/inc
parent8299b8b81cc547ab698106499916a8dcb8fe57aa (diff)
tdf#79983 - Fix to make calc sort lists case sensitive
Change-Id: I9d4aec8ccb395f8bf59f08d0f5ed461e99c9ea64 Reviewed-on: https://gerrit.libreoffice.org/19433 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
Diffstat (limited to 'sc/inc')
-rw-r--r--sc/inc/userlist.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/userlist.hxx b/sc/inc/userlist.hxx
index f174b362fcb1..8983026283b8 100644
--- a/sc/inc/userlist.hxx
+++ b/sc/inc/userlist.hxx
@@ -51,7 +51,7 @@ public:
const OUString& GetString() const { return aStr; }
void SetString(const OUString& rStr);
size_t GetSubCount() const;
- bool GetSubIndex(const OUString& rSubStr, sal_uInt16& rIndex) const;
+ bool GetSubIndex(const OUString& rSubStr, sal_uInt16& rIndex, bool& bMatchCase) const;
OUString GetSubStr(sal_uInt16 nIndex) const;
sal_Int32 Compare(const OUString& rSubStr1, const OUString& rSubStr2) const;
sal_Int32 ICompare(const OUString& rSubStr1, const OUString& rSubStr2) const;