diff options
-rw-r--r-- | tools/source/inet/inetmsg.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/source/inet/inetmsg.cxx b/tools/source/inet/inetmsg.cxx index ec57d494a049..0a8b84df22a0 100644 --- a/tools/source/inet/inetmsg.cxx +++ b/tools/source/inet/inetmsg.cxx @@ -843,7 +843,7 @@ bool INetMIMEMessage::EnableAttachChild (INetMessageContainerType eType) } // Setup boundary for multipart types. - if (aContentType.toString().equalsIgnoreAsciiCase("multipart/")) + if (aContentType.toString().startsWithIgnoreAsciiCase("multipart/")) { // Generate a unique boundary from current time. sal_Char sTail[16 + 1]; |