summaryrefslogtreecommitdiffstats
path: root/sd/source/ui/unoidl/unopage.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/unoidl/unopage.cxx')
-rw-r--r--sd/source/ui/unoidl/unopage.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/unoidl/unopage.cxx b/sd/source/ui/unoidl/unopage.cxx
index 0ea67fbd7bcb..11417c30651b 100644
--- a/sd/source/ui/unoidl/unopage.cxx
+++ b/sd/source/ui/unoidl/unopage.cxx
@@ -1973,7 +1973,7 @@ sal_Bool SAL_CALL SdPageLinkTargets::hasByName( const OUString& aName )
return FindObject( aName ) != nullptr;
}
-SdrObject* SdPageLinkTargets::FindObject( const OUString& rName ) const throw()
+SdrObject* SdPageLinkTargets::FindObject( std::u16string_view rName ) const throw()
{
SdPage* pPage = mpUnoPage->GetPage();
if( pPage == nullptr )