diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2023-11-19 20:41:10 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2023-11-20 07:28:07 +0100 |
commit | 2718e9c1d5779a23bd6587a7e0e55a0281b88745 (patch) | |
tree | 8e751942dd4da37e97489320c9bc33dffb8146d6 /l10ntools/source/propmerge.cxx | |
parent | fa7dd627c9d74f5bf584caddbdc32c7a0f3543a1 (diff) |
Extended loplugin:ostr: l10ntools
Change-Id: I6c46535568ac6c29784e9336198b51c79c9e3859
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/159695
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'l10ntools/source/propmerge.cxx')
-rw-r--r-- | l10ntools/source/propmerge.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/l10ntools/source/propmerge.cxx b/l10ntools/source/propmerge.cxx index 99c2885ce5a3..7237acec4662 100644 --- a/l10ntools/source/propmerge.cxx +++ b/l10ntools/source/propmerge.cxx @@ -148,7 +148,7 @@ void PropParser::Extract( const OString& rPOFile ) OString sText = lcl_ConvertToUTF8( OString(o3tl::trim(sLine.subView( nEqualSign + 1 ))) ); common::writePoEntry( - "Propex", aPOStream, m_sSource, "property", + "Propex"_ostr, aPOStream, m_sSource, "property", OString(sID), OString(), OString(), sText); } } |