diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2022-04-16 19:52:04 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2022-04-16 21:25:42 +0200 |
commit | 7337c4181331eaf091050181d4c21be5911ac815 (patch) | |
tree | 8e2cd0b199b94876c2770a56bcd95b4e993ca028 /sw/inc/ndgrf.hxx | |
parent | 622b92dab29aff0fe9f23cf6fbf00dc7347bb34a (diff) |
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 <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/inc/ndgrf.hxx')
-rw-r--r-- | sw/inc/ndgrf.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 |