summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/doc/objserv.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sfx2/source/doc/objserv.cxx b/sfx2/source/doc/objserv.cxx
index 1bee627d11d6..4f9e6b193d75 100644
--- a/sfx2/source/doc/objserv.cxx
+++ b/sfx2/source/doc/objserv.cxx
@@ -673,6 +673,7 @@ void SfxObjectShell::ExecFile_Impl(SfxRequest &rReq)
catch( const task::ErrorCodeIOException& aErrorEx )
{
nErrorCode = ErrCode(aErrorEx.ErrCode);
+ SAL_WARN( "sfx.doc", "Fatal IO error during save " << aErrorEx );
}
catch( Exception& )
{