summaryrefslogtreecommitdiff
path: root/sw/source/uibase/app/docsh2.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/app/docsh2.cxx')
-rw-r--r--sw/source/uibase/app/docsh2.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/uibase/app/docsh2.cxx b/sw/source/uibase/app/docsh2.cxx
index 4cb22e077ef8..f5c6316ddbac 100644
--- a/sw/source/uibase/app/docsh2.cxx
+++ b/sw/source/uibase/app/docsh2.cxx
@@ -743,7 +743,7 @@ void SwDocShell::Execute(SfxRequest& rReq)
}
}
else
- ErrorHandler::HandleError(ErrCode( eErr ));
+ ErrorHandler::HandleError( eErr );
}
else
{
@@ -820,7 +820,7 @@ void SwDocShell::Execute(SfxRequest& rReq)
}
}
else
- ErrorHandler::HandleError(ErrCode( eErr ));
+ ErrorHandler::HandleError( eErr );
}
break;
case SID_SPELLCHECKER_CHANGED: