diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2022-09-21 11:09:46 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2022-09-21 15:46:10 +0200 |
commit | 776ea34deefe7bdce2fb8a06e5c55ef27ec87ea7 (patch) | |
tree | bb56240e4c01367712f3c17ebd1b70fe5cffa697 /xmloff/source/chart/SchXMLTools.hxx | |
parent | 70f8bddf87537e5ca28758a1f59bda23c0963501 (diff) |
use more string_view in xmloff
Change-Id: Ieef49d049760e557d341f1991f28333b09220c1d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/140336
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'xmloff/source/chart/SchXMLTools.hxx')
-rw-r--r-- | xmloff/source/chart/SchXMLTools.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/chart/SchXMLTools.hxx b/xmloff/source/chart/SchXMLTools.hxx index 885e57aef7bf..994308a19bc3 100644 --- a/xmloff/source/chart/SchXMLTools.hxx +++ b/xmloff/source/chart/SchXMLTools.hxx @@ -72,7 +72,7 @@ namespace SchXMLTools std::u16string_view rClassName, bool bUseOldNames ); ::xmloff::token::XMLTokenEnum getTokenByChartType( - const OUString & rChartTypeService, bool bUseOldNames ); + std::u16string_view rChartTypeService, bool bUseOldNames ); OUString GetNewChartTypeName( const OUString & rOldChartTypeName ); |