diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2022-04-13 16:14:26 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2022-04-13 20:36:16 +0200 |
commit | 0d55188fbf7b0399f01bae521f1a34d22ad8ba18 (patch) | |
tree | 7094b0fe13c8d6d7a288d160ae595acaac23e83c /xmloff/inc/txtflde.hxx | |
parent | 902e81b1b0c62993270846962d44aea6774e9687 (diff) |
use more string_view in xmloff
Change-Id: I0d860fa6e3d3261f3393e912b27930066dd93f7c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/132972
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'xmloff/inc/txtflde.hxx')
-rw-r--r-- | xmloff/inc/txtflde.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/inc/txtflde.hxx b/xmloff/inc/txtflde.hxx index 66c5eed3f67e..8670cac40cf6 100644 --- a/xmloff/inc/txtflde.hxx +++ b/xmloff/inc/txtflde.hxx @@ -395,7 +395,7 @@ private: /// explode a field master name into field type and field name static void ExplodeFieldMasterName( - const OUString& sMasterName, /// name as returned by SO API + std::u16string_view sMasterName, /// name as returned by SO API OUString& sFieldType, /// out: field type OUString& sVarName); /// out: variable name |