summaryrefslogtreecommitdiff
path: root/basic/source/uno/scriptcont.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'basic/source/uno/scriptcont.cxx')
-rw-r--r--basic/source/uno/scriptcont.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/basic/source/uno/scriptcont.cxx b/basic/source/uno/scriptcont.cxx
index a574aa7f7996..cecbdcfbe1fa 100644
--- a/basic/source/uno/scriptcont.cxx
+++ b/basic/source/uno/scriptcont.cxx
@@ -681,7 +681,7 @@ bool SfxScriptLibraryContainer::implStorePasswordLibrary( SfxLibrary* pLib, cons
}
catch(const uno::Exception& )
{
- OSL_FAIL( "Problem on storing of password library!\n" );
+ OSL_FAIL( "Problem on storing of password library!" );
// TODO: error handling
}
}
@@ -898,7 +898,7 @@ bool SfxScriptLibraryContainer::implLoadPasswordLibrary
}
catch(const uno::Exception& )
{
- OSL_FAIL( "### couldn't open sub storage for library\n" );
+ OSL_FAIL( "### couldn't open sub storage for library" );
return false;
}
}