summaryrefslogtreecommitdiff
path: root/oox/source/core/binarycodec.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'oox/source/core/binarycodec.cxx')
-rw-r--r--oox/source/core/binarycodec.cxx6
1 files changed, 3 insertions, 3 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;
}