summaryrefslogtreecommitdiff
path: root/sc/inc/userlist.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/userlist.hxx')
-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;