summaryrefslogtreecommitdiff
path: root/sfx2/source/appl/linkmgr2.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/appl/linkmgr2.cxx')
-rw-r--r--sfx2/source/appl/linkmgr2.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sfx2/source/appl/linkmgr2.cxx b/sfx2/source/appl/linkmgr2.cxx
index e63c9b910d5e..ed980af3d90a 100644
--- a/sfx2/source/appl/linkmgr2.cxx
+++ b/sfx2/source/appl/linkmgr2.cxx
@@ -187,7 +187,7 @@ bool LinkManager::InsertLink( SvBaseLink * pLink,
void LinkManager::InsertDDELink( SvBaseLink * pLink,
const OUString& rServer,
- const OUString& rTopic,
+ std::u16string_view rTopic,
std::u16string_view rItem )
{
if( !isClientType( pLink->GetObjType() ) )
@@ -375,7 +375,7 @@ void LinkManager::RemoveServer( SvLinkSource* pObj )
aServerTbl.erase( pObj );
}
-void MakeLnkName( OUString& rName, const OUString* pType, const OUString& rFile,
+void MakeLnkName( OUString& rName, const OUString* pType, std::u16string_view rFile,
std::u16string_view rLink, const OUString* pFilter )
{
if( pType )