From ce6babf777882d78dbf322de74f321354ac7b351 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 6 Oct 2022 08:57:27 +0200 Subject: use more string_view in sc Change-Id: Ic7126ac57f8cc06b37f3098603f0710602f0ab28 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/140998 Tested-by: Jenkins Reviewed-by: Noel Grandin --- sc/source/filter/xml/celltextparacontext.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sc/source/filter/xml/celltextparacontext.hxx') diff --git a/sc/source/filter/xml/celltextparacontext.hxx b/sc/source/filter/xml/celltextparacontext.hxx index 65b1036d645e..8a230c56f1bd 100644 --- a/sc/source/filter/xml/celltextparacontext.hxx +++ b/sc/source/filter/xml/celltextparacontext.hxx @@ -29,7 +29,7 @@ public: virtual css::uno::Reference< css::xml::sax::XFastContextHandler > SAL_CALL createFastChildContext( sal_Int32 nElement, const css::uno::Reference< css::xml::sax::XFastAttributeList >& xAttrList ) override; - void PushSpan(const OUString& rSpan, const OUString& rStyleName); + void PushSpan(std::u16string_view aSpan, const OUString& rStyleName); void PushFieldSheetName(const OUString& rStyleName); void PushFieldDate(const OUString& rStyleName); void PushFieldTitle(const OUString& rStyleName); -- cgit