summaryrefslogtreecommitdiffstats
path: root/lotuswordpro/source/filter/lwpmarker.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'lotuswordpro/source/filter/lwpmarker.cxx')
-rw-r--r--lotuswordpro/source/filter/lwpmarker.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/lotuswordpro/source/filter/lwpmarker.cxx b/lotuswordpro/source/filter/lwpmarker.cxx
index 7433042849b2..653121532a09 100644
--- a/lotuswordpro/source/filter/lwpmarker.cxx
+++ b/lotuswordpro/source/filter/lwpmarker.cxx
@@ -87,7 +87,7 @@ void LwpMarker::Read()
m_pObjStrm->SkipExtra();
}
-OUString LwpMarker::GetNamedProperty(const OUString& name)
+OUString LwpMarker::GetNamedProperty(std::u16string_view name)
{
LwpPropList* pProp = GetPropList();
if (pProp)