From 219cd2e88a0dd33de49b63d8d5ea0868183c1300 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 3 May 2024 10:04:55 +0200 Subject: replace createFromAscii with OUString literals in EnhancedCustomShapeToken Change-Id: I1d7f6a22891b40c540cff0cee4150c95e52ba728 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/167152 Tested-by: Jenkins Reviewed-by: Noel Grandin --- xmloff/inc/EnhancedCustomShapeToken.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'xmloff/inc') diff --git a/xmloff/inc/EnhancedCustomShapeToken.hxx b/xmloff/inc/EnhancedCustomShapeToken.hxx index dc0206fcb0c7..9eaf87973170 100644 --- a/xmloff/inc/EnhancedCustomShapeToken.hxx +++ b/xmloff/inc/EnhancedCustomShapeToken.hxx @@ -155,9 +155,9 @@ namespace xmloff::EnhancedCustomShapeToken { EAS_NotFound }; - EnhancedCustomShapeTokenEnum EASGet( std::u16string_view ); + EnhancedCustomShapeTokenEnum EASGet( const OUString& ); EnhancedCustomShapeTokenEnum EASGet( sal_Int32 nToken ); - OUString EASGet( const EnhancedCustomShapeTokenEnum ); + const OUString & EASGet( const EnhancedCustomShapeTokenEnum ); } -- cgit