summaryrefslogtreecommitdiffstats
path: root/sc/source/ui/inc/content.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/content.hxx')
-rw-r--r--sc/source/ui/inc/content.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/inc/content.hxx b/sc/source/ui/inc/content.hxx
index 53f234fdd145..ca1e5a1c6e0c 100644
--- a/sc/source/ui/inc/content.hxx
+++ b/sc/source/ui/inc/content.hxx
@@ -158,7 +158,7 @@ public:
void SetManualDoc(const OUString& rName);
void LoadFile(const OUString& rUrl);
void SelectDoc(const OUString& rName);
- void SelectEntryByName(const ScContentId nRoot, const OUString& rName);
+ void SelectEntryByName(const ScContentId nRoot, std::u16string_view rName);
const OUString& GetHiddenTitle() const { return aHiddenTitle; }