Kaydet (Commit) 8a4d61ce authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#1308560 Uncaught exception

Change-Id: Ic5a483ae6de5e072430d8198651177788bf86af9
üst 30dfabb6
...@@ -649,7 +649,7 @@ private: ...@@ -649,7 +649,7 @@ private:
DECL_LINK( OnAsyncScriptEvent, ScriptEvent* ); DECL_LINK( OnAsyncScriptEvent, ScriptEvent* );
#endif #endif
void setShellFromModel(); void setShellFromModel();
void firing_Impl( const ScriptEvent& evt, Any *pSyncRet=NULL ) throw( RuntimeException ); void firing_Impl( const ScriptEvent& evt, Any *pSyncRet=NULL ) throw( RuntimeException, std::exception );
Reference< XComponentContext > m_xContext; Reference< XComponentContext > m_xContext;
Reference< frame::XModel > m_xModel; Reference< frame::XModel > m_xModel;
...@@ -870,7 +870,7 @@ bool DenyMouseDrag(const ScriptEvent& evt, void* ) ...@@ -870,7 +870,7 @@ bool DenyMouseDrag(const ScriptEvent& evt, void* )
// EventListener // EventListener
void void
EventListener::firing_Impl(const ScriptEvent& evt, Any* pRet ) throw(RuntimeException) EventListener::firing_Impl(const ScriptEvent& evt, Any* pRet ) throw(RuntimeException, std::exception)
{ {
OSL_TRACE("EventListener::firing_Impl( FAKE VBA_EVENTS )"); OSL_TRACE("EventListener::firing_Impl( FAKE VBA_EVENTS )");
static const OUString vbaInterOp = static const OUString vbaInterOp =
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment