summaryrefslogtreecommitdiff
path: root/sc/source/ui/docshell/docsh4.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/docshell/docsh4.cxx')
-rw-r--r--sc/source/ui/docshell/docsh4.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/docshell/docsh4.cxx b/sc/source/ui/docshell/docsh4.cxx
index 135034c784e7..33d175ea5553 100644
--- a/sc/source/ui/docshell/docsh4.cxx
+++ b/sc/source/ui/docshell/docsh4.cxx
@@ -1081,7 +1081,7 @@ void ScDocShell::Execute( SfxRequest& rReq )
}
catch ( uno::Exception& )
{
- OSL_FAIL( "SID_SHARE_DOC: caught exception\n" );
+ OSL_FAIL( "SID_SHARE_DOC: caught exception" );
SC_MOD()->SetInSharedDocSaving( false );
try
@@ -2465,7 +2465,7 @@ uno::Reference< frame::XModel > ScDocShell::LoadSharedDocument()
}
catch ( uno::Exception& )
{
- OSL_FAIL( "ScDocShell::LoadSharedDocument(): caught exception\n" );
+ OSL_FAIL( "ScDocShell::LoadSharedDocument(): caught exception" );
SC_MOD()->SetInSharedDocLoading( false );
try
{