summaryrefslogtreecommitdiff
path: root/include/comphelper/SelectionMultiplex.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-02-25 15:54:52 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-02-25 16:12:23 +0000
commit6fbe00f9b6ae8211bc6f2a0e78120548d7b38432 (patch)
tree96fdf9388669463d8fec3d01c3a9545729c2a3ac /include/comphelper/SelectionMultiplex.hxx
parent5da1ef56f7b88e360010c981ab12a60720ac46e5 (diff)
coverity#983702 Uncaught exception
Change-Id: I3a0b4c8fe4208d0945860f6b4e1b31852aef8502
Diffstat (limited to 'include/comphelper/SelectionMultiplex.hxx')
-rw-r--r--include/comphelper/SelectionMultiplex.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/comphelper/SelectionMultiplex.hxx b/include/comphelper/SelectionMultiplex.hxx
index e9ceb1b6246d..c4675ed7da48 100644
--- a/include/comphelper/SelectionMultiplex.hxx
+++ b/include/comphelper/SelectionMultiplex.hxx
@@ -53,7 +53,8 @@ namespace comphelper
virtual ~OSelectionChangeListener();
virtual void _selectionChanged( const ::com::sun::star::lang::EventObject& aEvent ) throw (::com::sun::star::uno::RuntimeException) = 0;
- virtual void _disposing(const ::com::sun::star::lang::EventObject& _rSource) throw( ::com::sun::star::uno::RuntimeException);
+ virtual void _disposing(const ::com::sun::star::lang::EventObject& _rSource)
+ throw (::com::sun::star::uno::RuntimeException, std::exception);
protected:
// pseudo-private. Making it private now could break compatibility