diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-10-22 20:18:50 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-10-22 20:20:39 +0100 |
commit | c348df5635c45fd446fa9a7e831581164e55be71 (patch) | |
tree | d7639f8be229880ecd4e3eb12a0efb08bd61a9b7 /tools/source | |
parent | eda255b38d871bb7d20432e5730cc8c68b3e2942 (diff) |
loplugin: various warnings
Change-Id: I605bffb518d804ee69edda5e7641e13e4c14ef01
Diffstat (limited to 'tools/source')
-rw-r--r-- | tools/source/inet/inetstrm.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/source/inet/inetstrm.cxx b/tools/source/inet/inetstrm.cxx index 7392f50b6647..1812a9968498 100644 --- a/tools/source/inet/inetstrm.cxx +++ b/tools/source/inet/inetstrm.cxx @@ -1506,7 +1506,7 @@ int INetMIMEMessageStream::PutMsgLine (const sal_Char *pData, sal_uIntPtr nSize) return status; } else { - SAL_WARN( "tools", "Boundary not found." ); + SAL_WARN( "tools.stream", "Boundary not found." ); } status = INetMessageIOStream::PutMsgLine( pOldPos, pChar - pOldPos + 1 ); |