Kaydet (Commit) 47f4eead authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#737802 Uncaught exception

Change-Id: I844e712f82890a4018c4ae45e7d79daaf4f6937a
üst 75864819
...@@ -54,7 +54,8 @@ public: ...@@ -54,7 +54,8 @@ public:
css::uno::RuntimeException); css::uno::RuntimeException);
virtual css::uno::Any SAL_CALL getSelection (void) virtual css::uno::Any SAL_CALL getSelection (void)
throw(css::uno::RuntimeException); throw (css::uno::RuntimeException,
std::exception);
virtual void SAL_CALL addSelectionChangeListener ( virtual void SAL_CALL addSelectionChangeListener (
const css::uno::Reference<css::view::XSelectionChangeListener>& rxListener) const css::uno::Reference<css::view::XSelectionChangeListener>& rxListener)
......
...@@ -274,7 +274,7 @@ sal_Bool SAL_CALL SdUnoDrawView::select( const Any& aSelection ) ...@@ -274,7 +274,7 @@ sal_Bool SAL_CALL SdUnoDrawView::select( const Any& aSelection )
Any SAL_CALL SdUnoDrawView::getSelection() Any SAL_CALL SdUnoDrawView::getSelection()
throw(RuntimeException) throw (RuntimeException, std::exception)
{ {
Any aAny; Any aAny;
......
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