summaryrefslogtreecommitdiff
path: root/sc/source/core/data/dpcache.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/core/data/dpcache.cxx')
-rw-r--r--sc/source/core/data/dpcache.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/core/data/dpcache.cxx b/sc/source/core/data/dpcache.cxx
index 02fc414e2642..d16ceb957c61 100644
--- a/sc/source/core/data/dpcache.cxx
+++ b/sc/source/core/data/dpcache.cxx
@@ -1084,7 +1084,7 @@ tools::Long ScDPCache::GetDimMemberCount(tools::Long nDim) const
return maFields[nDim]->maItems.size();
}
-SCCOL ScDPCache::GetDimensionIndex(const OUString& sName) const
+SCCOL ScDPCache::GetDimensionIndex(std::u16string_view sName) const
{
for (size_t i = 1; i < maLabelNames.size(); ++i)
{