summaryrefslogtreecommitdiffstats
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 ba3ac290153a..b71ceb4cc3f6 100644
--- a/sc/inc/userlist.hxx
+++ b/sc/inc/userlist.hxx
@@ -78,7 +78,7 @@ public:
const ScUserListData* GetData(const OUString& rSubStr) const;
/// If the list in rStr is already inserted
- bool HasEntry(const OUString& rStr) const;
+ bool HasEntry(std::u16string_view rStr) const;
const ScUserListData& operator[](size_t nIndex) const;
ScUserListData& operator[](size_t nIndex);