summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/lwppara1.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'lotuswordpro/source/filter/lwppara1.cxx')
-rw-r--r--lotuswordpro/source/filter/lwppara1.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/lotuswordpro/source/filter/lwppara1.cxx b/lotuswordpro/source/filter/lwppara1.cxx
index 4a32be862b5b..621a0bdac6b3 100644
--- a/lotuswordpro/source/filter/lwppara1.cxx
+++ b/lotuswordpro/source/filter/lwppara1.cxx
@@ -99,7 +99,7 @@ OUString const & LwpPara::GetContentText(bool bAllText)
/**
* @short set text of paragraph
*/
-void LwpPara::SetAllText(const OUString& sText)
+void LwpPara::SetAllText(std::u16string_view sText)
{
m_AllText+=sText;
}