summaryrefslogtreecommitdiffstats
path: root/include/comphelper/propmultiplex.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/propmultiplex.hxx
parentcoverity#983700 Uncaught exception (diff)
downloadcore-6fbe00f9b6ae8211bc6f2a0e78120548d7b38432.tar.gz
core-6fbe00f9b6ae8211bc6f2a0e78120548d7b38432.zip
coverity#983702 Uncaught exception
Change-Id: I3a0b4c8fe4208d0945860f6b4e1b31852aef8502
Diffstat (limited to 'include/comphelper/propmultiplex.hxx')
-rw-r--r--include/comphelper/propmultiplex.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/comphelper/propmultiplex.hxx b/include/comphelper/propmultiplex.hxx
index 83b9a905c2cf..d00550b18ef8 100644
--- a/include/comphelper/propmultiplex.hxx
+++ b/include/comphelper/propmultiplex.hxx
@@ -52,7 +52,8 @@ namespace comphelper
virtual ~OPropertyChangeListener();
virtual void _propertyChanged(const ::com::sun::star::beans::PropertyChangeEvent& _rEvent) 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:
/** If the derivee also owns the mutex which we know as reference, then call this within your