From 8c8f2a528534c31708028825d327601d7bec804c Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 20 Apr 2017 11:08:35 +0200 Subject: 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 Reviewed-by: Noel Grandin --- oox/source/core/binarycodec.cxx | 6 +++--- oox/source/export/vmlexport.cxx | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'oox') 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"); -- cgit