summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Bergmann <stephan.bergmann@allotropia.de>2023-11-29 14:37:58 +0100
committerStephan Bergmann <stephan.bergmann@allotropia.de>2023-11-29 16:40:53 +0100
commit3bc5f0a38ac1708817d3e61a74fa40a22c099664 (patch)
treefe99709cdb5dbe8c31a87065f5517f6e2cfcff88
parent828f3b9a2432ab9d1d2c11a7aaabebe112d20f13 (diff)
Extended loplugin:ostr: tools
Change-Id: I7a585370b7d2a8021b733984e605cae8cc92c774 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160097 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <stephan.bergmann@allotropia.de>
-rw-r--r--tools/source/inet/inetmsg.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/source/inet/inetmsg.cxx b/tools/source/inet/inetmsg.cxx
index b2e7f70b40d4..a5c6838176a1 100644
--- a/tools/source/inet/inetmsg.cxx
+++ b/tools/source/inet/inetmsg.cxx
@@ -269,7 +269,7 @@ void INetMIMEMessage::EnableAttachMultipartFormDataChild()
o3tl::sprintf (sTail, "%08X%08X",
static_cast< unsigned int >(aCurTime.GetTime()),
static_cast< unsigned int >(nThis));
- m_aBoundary = "------------_4D48";
+ m_aBoundary = "------------_4D48"_ostr;
m_aBoundary += sTail;
// Set header fields.