summaryrefslogtreecommitdiff
path: root/svl/source/fsstor/fsstorage.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svl/source/fsstor/fsstorage.cxx')
-rw-r--r--svl/source/fsstor/fsstorage.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svl/source/fsstor/fsstorage.cxx b/svl/source/fsstor/fsstorage.cxx
index b79b626a94f4..7d39b8c256ad 100644
--- a/svl/source/fsstor/fsstorage.cxx
+++ b/svl/source/fsstor/fsstorage.cxx
@@ -233,7 +233,7 @@ void FSStorage::CopyContentToStorage_Impl( ::ucbhelper::Content* pContent, const
catch( ucb::InteractiveIOException& r )
{
if ( r.Code == ucb::IOErrorCode_NOT_EXISTING )
- OSL_FAIL( "The folder does not exist!\n" );
+ OSL_FAIL( "The folder does not exist!" );
else
throw;
}
@@ -939,7 +939,7 @@ uno::Sequence< OUString > SAL_CALL FSStorage::getElementNames()
catch( const ucb::InteractiveIOException& r )
{
if ( r.Code == ucb::IOErrorCode_NOT_EXISTING )
- OSL_FAIL( "The folder does not exist!\n" );
+ OSL_FAIL( "The folder does not exist!" );
else
{
uno::Any aCaught( ::cppu::getCaughtException() );