diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-04-27 18:08:53 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-04-28 15:41:02 +0200 |
commit | 39c3574b799690d4405d9318a5ba221b5feaccbe (patch) | |
tree | 40cacd124e11dd71b23affec3713c6f0fef27906 /include/sfx2/doctempl.hxx | |
parent | 9658115370bf33c2fdb68a3b759cf2f9d9e7c6c1 (diff) |
use string_view in INetURLObject::encode
Change-Id: Ib686c6872388b02c8939d3b65f6bd25cda348bc8
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114754
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/sfx2/doctempl.hxx')
-rw-r--r-- | include/sfx2/doctempl.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/sfx2/doctempl.hxx b/include/sfx2/doctempl.hxx index dbd527eb47b5..d16c93988710 100644 --- a/include/sfx2/doctempl.hxx +++ b/include/sfx2/doctempl.hxx @@ -59,8 +59,8 @@ public: OUString GetPath(sal_uInt16 nRegion, sal_uInt16 nIdx) const; // Allows to retrieve the target template URL from the UCB - OUString GetTemplateTargetURLFromComponent( const OUString& aGroupName, - const OUString& aTitle ); + OUString GetTemplateTargetURLFromComponent(std::u16string_view aGroupName, + std::u16string_view aTitle ); // Convert a resource string - a template name - to its localised pair // if it exists in sfx2/inc/strings.hxx |