summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@suse.com>2012-05-31 13:01:18 +0100
committerMichael Meeks <michael.meeks@suse.com>2012-05-31 13:09:04 +0100
commitc326e8c68748b8793272018c2c5fa414613aa722 (patch)
treead1d77af6df2c0b3bcd992172c445e7d07ebc3d8 /tools
parentdbd01385199225ff7011811b28a75e88b0d2f8c8 (diff)
targetted revert of minor cppcheck cleanups
Change-Id: I2ec1bc3fd5dd5d38c2b3b9600265943083873515
Diffstat (limited to 'tools')
-rw-r--r--tools/source/inet/inetstrm.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/source/inet/inetstrm.cxx b/tools/source/inet/inetstrm.cxx
index ad14ed53e4db..683e67104f95 100644
--- a/tools/source/inet/inetstrm.cxx
+++ b/tools/source/inet/inetstrm.cxx
@@ -1648,9 +1648,9 @@ int INetMIMEMessageStream::PutMsgLine (const sal_Char *pData, sal_uIntPtr nSize)
for( pOldPos = pChar = (const sal_Char *) pMsgBuffer->GetData(); nBufSize--;
pChar++ )
{
+ int status;
if( *pChar == '\r' || *pChar == '\n' )
{
- int status;
if( aDelim.compareTo(pOldPos, aDelim.getLength())
!= -1 &&
aClose.compareTo(pOldPos, aClose.getLength())