diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2022-05-03 11:51:18 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2022-05-04 10:01:33 +0200 |
commit | bf6b64d5963002d52c3ed2093b064896a4316d0e (patch) | |
tree | f38cc694ab887f63e4cf41eaaf4f57d61cba31fd /svtools | |
parent | 8342e4a5c7bd436f869e6c1c23d248556087ebdf (diff) |
use more string_view in unotools
Change-Id: Id10d68f2eb016671be6842dfaa82909207b0708d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/133754
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/source/config/colorcfg.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/config/colorcfg.cxx b/svtools/source/config/colorcfg.cxx index 79279b97d45d..72556dd106dd 100644 --- a/svtools/source/config/colorcfg.cxx +++ b/svtools/source/config/colorcfg.cxx @@ -103,7 +103,7 @@ public: namespace { -uno::Sequence< OUString> GetPropertyNames(const OUString& rScheme) +uno::Sequence< OUString> GetPropertyNames(std::u16string_view rScheme) { struct ColorConfigEntryData_Impl { |