summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml/celltextparacontext.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2022-10-06 08:57:27 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2022-10-06 13:03:03 +0200
commitce6babf777882d78dbf322de74f321354ac7b351 (patch)
treed016b73b5622d36c1dfbbd3f2f15ace42c9ac507 /sc/source/filter/xml/celltextparacontext.hxx
parent3c7cbaf19a5108e3870df6556c16ef25710011a2 (diff)
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 <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sc/source/filter/xml/celltextparacontext.hxx')
-rw-r--r--sc/source/filter/xml/celltextparacontext.hxx2
1 files changed, 1 insertions, 1 deletions
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);