diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-04-20 11:08:35 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-04-21 09:15:11 +0200 |
commit | 8c8f2a528534c31708028825d327601d7bec804c (patch) | |
tree | c7905b70ed9dac0f53f72eef4efc33e1e7cf1c0d /oox | |
parent | 841e1a6f3619054ecc9240e061cd83d4e41d1ca9 (diff) |
remove unnecessary explicit linefeeds from end of SAL and OSL log calls
Change-Id: I3fa363c8e76e6cfb297f4ec346e3f031c09d6fbf
Reviewed-on: https://gerrit.libreoffice.org/36727
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'oox')
-rw-r--r-- | oox/source/core/binarycodec.cxx | 6 | ||||
-rw-r--r-- | oox/source/export/vmlexport.cxx | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/oox/source/core/binarycodec.cxx b/oox/source/core/binarycodec.cxx index 30573e3c8c90..72ae862a0f14 100644 --- a/oox/source/core/binarycodec.cxx +++ b/oox/source/core/binarycodec.cxx @@ -176,7 +176,7 @@ bool BinaryCodec_XOR::initCodec( const uno::Sequence< beans::NamedValue >& aData mnHash = (sal_uInt16)aHashData.getUnpackedValueOrDefault("XOR95PasswordHash", (sal_Int16)0 ); } else - OSL_FAIL( "Unexpected key size!\n" ); + OSL_FAIL( "Unexpected key size!" ); return bResult; } @@ -239,10 +239,10 @@ bool BinaryCodec_RCF::initCodec( const uno::Sequence< beans::NamedValue >& aData bResult = false; } else - OSL_FAIL( "Unexpected document ID!\n" ); + OSL_FAIL( "Unexpected document ID!" ); } else - OSL_FAIL( "Unexpected key size!\n" ); + OSL_FAIL( "Unexpected key size!" ); return bResult; } diff --git a/oox/source/export/vmlexport.cxx b/oox/source/export/vmlexport.cxx index 89d8e5bfb95c..aa814c460f51 100644 --- a/oox/source/export/vmlexport.cxx +++ b/oox/source/export/vmlexport.cxx @@ -545,7 +545,7 @@ void VMLExport::Commit( EscherPropertyContainer& rProps, const tools::Rectangle& aPath.append( "e" ); break; default: - SAL_WARN("oox", "Totally b0rked\n"); + SAL_WARN("oox", "Totally b0rked"); break; case msopathInvalid: SAL_WARN("oox", "Invalid - should never be found"); |