diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2008-04-22 14:08:56 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2008-04-22 14:08:56 +0000 |
commit | ba78a25734b84922b4c603374cb222e04255c481 (patch) | |
tree | 4a7124cbfa05167c5aaa7b34c005b888d01a37da /tools/source/inet | |
parent | 19ddb5877fce5a1e114641d4defb858a7b37d4e1 (diff) |
INTEGRATION: CWS hr50 (1.9.78); FILE MERGED
2008/03/03 13:35:03 hr 1.9.78.1: #i86574#: fix warning (gcc-4.2.3)
Diffstat (limited to 'tools/source/inet')
-rw-r--r-- | tools/source/inet/inetstrm.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tools/source/inet/inetstrm.cxx b/tools/source/inet/inetstrm.cxx index 978f69e0b31a..ec0cea10d43e 100644 --- a/tools/source/inet/inetstrm.cxx +++ b/tools/source/inet/inetstrm.cxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: inetstrm.cxx,v $ - * $Revision: 1.10 $ + * $Revision: 1.11 $ * * This file is part of OpenOffice.org. * @@ -1710,8 +1710,9 @@ int INetMIMEMessageStream::PutMsgLine (const sal_Char *pData, ULONG nSize) if( status != INETSTREAM_STATUS_OK ) return status; } - else + else { DBG_ERRORFILE( "Die Boundary nicht gefunden" ); + } status = INetMessageIOStream::PutMsgLine( pOldPos, pChar - pOldPos + 1 ); if( status != INETSTREAM_STATUS_OK ) |