summaryrefslogtreecommitdiff
path: root/sot
diff options
context:
space:
mode:
Diffstat (limited to 'sot')
-rw-r--r--sot/source/sdstor/stg.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sot/source/sdstor/stg.cxx b/sot/source/sdstor/stg.cxx
index eb87ed99f1e3..d04ce1719fec 100644
--- a/sot/source/sdstor/stg.cxx
+++ b/sot/source/sdstor/stg.cxx
@@ -408,7 +408,7 @@ Storage::Storage( UCBStorageStream& rStrm, bool bDirect )
SvStream* pStream = rStrm.GetModifySvStream();
if ( !pStream )
{
- OSL_FAIL( "UCBStorageStream can not provide SvStream implementation!\n" );
+ OSL_FAIL( "UCBStorageStream can not provide SvStream implementation!" );
SetError( SVSTREAM_GENERALERROR );
pEntry = nullptr;
return;