summaryrefslogtreecommitdiffstats
path: root/sc/inc/dptabsrc.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/dptabsrc.hxx')
-rw-r--r--sc/inc/dptabsrc.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/dptabsrc.hxx b/sc/inc/dptabsrc.hxx
index c12d80a80e66..38892ea1bceb 100644
--- a/sc/inc/dptabsrc.hxx
+++ b/sc/inc/dptabsrc.hxx
@@ -165,7 +165,7 @@ public:
bool SubTotalAllowed(sal_Int32 nColumn); //! move to ScDPResultData
- ScDPDimension* AddDuplicated(const OUString& rNewName);
+ ScDPDimension* AddDuplicated(std::u16string_view rNewName);
sal_Int32 GetDupCount() const { return nDupCount; }
sal_Int32 GetSourceDim(sal_Int32 nDim);