From d3849255b76e92a42f653c266b88945708984c4f Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 28 Apr 2022 14:12:35 +0200 Subject: use more string_view in INetURLObject Change-Id: I4462f7cf4740fa4d1b129d76a0775f4250f41bbd Reviewed-on: https://gerrit.libreoffice.org/c/core/+/133555 Tested-by: Jenkins Reviewed-by: Noel Grandin --- sw/inc/SwAppletImpl.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sw/inc/SwAppletImpl.hxx') diff --git a/sw/inc/SwAppletImpl.hxx b/sw/inc/SwAppletImpl.hxx index 309b356a2a6f..a1abec7b5f4e 100644 --- a/sw/inc/SwAppletImpl.hxx +++ b/sw/inc/SwAppletImpl.hxx @@ -50,9 +50,9 @@ public: ~SwApplet_Impl(); void CreateApplet( const OUString& rCode, const OUString& rName, bool bMayScript, const OUString& rCodeBase, - const OUString& rBaseURL ); + std::u16string_view rBaseURL ); #if HAVE_FEATURE_JAVA - bool CreateApplet( const OUString& rBaseURL ); + bool CreateApplet( std::u16string_view rBaseURL ); void AppendParam( const OUString& rName, const OUString& rValue ); #endif void FinishApplet(); -- cgit