summaryrefslogtreecommitdiff
path: root/oox/source/core/contexthandler2.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'oox/source/core/contexthandler2.cxx')
-rw-r--r--oox/source/core/contexthandler2.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/source/core/contexthandler2.cxx b/oox/source/core/contexthandler2.cxx
index a63a9b6ba1a5..b7924cc9fa4a 100644
--- a/oox/source/core/contexthandler2.cxx
+++ b/oox/source/core/contexthandler2.cxx
@@ -102,7 +102,7 @@ void ContextHandler2Helper::implStartElement( sal_Int32 nElement, const Referenc
onStartElement( aAttribs );
}
-void ContextHandler2Helper::implCharacters( const OUString& rChars )
+void ContextHandler2Helper::implCharacters( std::u16string_view rChars )
{
// #i76091# collect characters until new element starts or this element ends
if( !mxContextStack->empty() )