diff options
Diffstat (limited to 'basic')
-rw-r--r-- | basic/source/uno/dlgcont.cxx | 6 | ||||
-rw-r--r-- | basic/source/uno/scriptcont.cxx | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/basic/source/uno/dlgcont.cxx b/basic/source/uno/dlgcont.cxx index 4bc038033534..201f873c4742 100644 --- a/basic/source/uno/dlgcont.cxx +++ b/basic/source/uno/dlgcont.cxx @@ -271,7 +271,7 @@ Any SAL_CALL SfxDialogLibraryContainer::importLibraryElement //Reference< XMultiServiceFactory > xMSF( comphelper::getProcessServiceFactory() ); //if( !xMSF.is() ) //{ - // OSL_FAIL( "### couldn't get ProcessServiceFactory\n" ); + // OSL_FAIL( "### couldn't get ProcessServiceFactory" ); // return aRetAny; //} @@ -282,7 +282,7 @@ Any SAL_CALL SfxDialogLibraryContainer::importLibraryElement UNO_QUERY ); if( !xDialogModel.is() ) { - OSL_FAIL( "### couldn't create com.sun.star.awt.UnoControlDialogModel component\n" ); + OSL_FAIL( "### couldn't create com.sun.star.awt.UnoControlDialogModel component" ); return aRetAny; } @@ -321,7 +321,7 @@ Any SAL_CALL SfxDialogLibraryContainer::importLibraryElement } catch(const Exception& ) { - OSL_FAIL( "Parsing error\n" ); + OSL_FAIL( "Parsing error" ); SfxErrorContext aEc( ERRCTX_SFX_LOADBASIC, aFile ); ErrorHandler::HandleError( ERRCODE_IO_GENERAL ); return aRetAny; 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; } } |