diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-09-17 15:23:26 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-09-17 16:57:36 +0200 |
commit | bfff96fec8735d62c6655f1f423a3eefb2306ef9 (patch) | |
tree | ac5e94b15d2890d8927b892f63ad42720e9f0a38 /tools | |
parent | 54ddc13bd2cffea7e8be9cc32083acda3fde9ddd (diff) |
Odd that this started out as STRING_MAXLEN
...rather than as NO_LINE_LENGTH_LIMIT, in
8ab086b6cc054501bfbf7ef6fa509c393691e860 "initial import"
Change-Id: I8772236e4ce1576f2d0d4d6c02800c4d569520a4
Diffstat (limited to 'tools')
-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 5debdf934c2f..3bb93336e1f4 100644 --- a/tools/source/inet/inetmsg.cxx +++ b/tools/source/inet/inetmsg.cxx @@ -46,7 +46,7 @@ void INetMIMEMessage::SetHeaderField_Impl ( const OUString &rValue, sal_uIntPtr &rnIndex) { - INetMIMEOutputSink aSink (0, 32767); /* weird the mime standard says that aline MUST not be longeur that 998 */ + INetMIMEOutputSink aSink(0, INetMIMEOutputSink::NO_LINE_LENGTH_LIMIT); INetMIME::writeHeaderFieldBody ( aSink, eType, rValue, osl_getThreadTextEncoding(), false); SetHeaderField_Impl ( |