summaryrefslogtreecommitdiff
path: root/oox
diff options
context:
space:
mode:
Diffstat (limited to 'oox')
-rw-r--r--oox/source/core/binarycodec.cxx6
-rw-r--r--oox/source/export/vmlexport.cxx2
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");