From 7337c4181331eaf091050181d4c21be5911ac815 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Sat, 16 Apr 2022 19:52:04 +0200 Subject: use more string_view in sw Change-Id: Iaf4db41d913dde13ea1ceb3fbbb3dafc21f90d24 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/133098 Tested-by: Jenkins Reviewed-by: Noel Grandin --- sw/inc/ndgrf.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sw/inc/ndgrf.hxx') diff --git a/sw/inc/ndgrf.hxx b/sw/inc/ndgrf.hxx index 9397156bb078..94569aafe4e1 100644 --- a/sw/inc/ndgrf.hxx +++ b/sw/inc/ndgrf.hxx @@ -66,7 +66,7 @@ class SW_DLLPUBLIC SwGrfNode final: public SwNoTextNode SwGrfFormatColl* pGrfColl, SwAttrSet const * pAutoAttr ); - void InsertLink( const OUString& rGrfName, const OUString& rFltName ); + void InsertLink( std::u16string_view rGrfName, const OUString& rFltName ); /// allow reaction on change of content of GraphicObject, so always call /// when GraphicObject content changes -- cgit