summaryrefslogtreecommitdiffstats
path: root/sd/source/ui/docshell/docshel2.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/docshell/docshel2.cxx')
-rw-r--r--sd/source/ui/docshell/docshel2.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/docshell/docshel2.cxx b/sd/source/ui/docshell/docshel2.cxx
index 084c0d313359..bfbb92ab61c5 100644
--- a/sd/source/ui/docshell/docshel2.cxx
+++ b/sd/source/ui/docshell/docshel2.cxx
@@ -404,7 +404,7 @@ bool DrawDocShell::IsNewPageNameValid( OUString & rInOutPageName, bool bResetStr
return bCanUseNewName;
}
-bool DrawDocShell::IsPageNameUnique( const OUString & rPageName ) const
+bool DrawDocShell::IsPageNameUnique( std::u16string_view rPageName ) const
{
return mpDoc->IsPageNameUnique(rPageName);
}