summaryrefslogtreecommitdiff
path: root/framework/source/jobs/jobexecutor.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/source/jobs/jobexecutor.cxx')
-rw-r--r--framework/source/jobs/jobexecutor.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/source/jobs/jobexecutor.cxx b/framework/source/jobs/jobexecutor.cxx
index e150cbba2f36..415c4dbe9040 100644
--- a/framework/source/jobs/jobexecutor.cxx
+++ b/framework/source/jobs/jobexecutor.cxx
@@ -246,7 +246,7 @@ void SAL_CALL JobExecutor::notifyEvent( const css::document::EventObject& aEvent
{
aModuleIdentifier = m_xModuleManager->identify( aEvent.Source );
}
- catch( css::uno::Exception& )
+ catch( const css::uno::Exception& )
{}
// Special feature: If the events "OnNew" or "OnLoad" occures - we generate our own event "onDocumentOpened".