diff options
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/docuno.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sc/inc/docuno.hxx b/sc/inc/docuno.hxx index 952c1f54f53d..56ec90956663 100644 --- a/sc/inc/docuno.hxx +++ b/sc/inc/docuno.hxx @@ -575,7 +575,8 @@ public: const OUString& PropertyName ) throw(::com::sun::star::beans::UnknownPropertyException, ::com::sun::star::lang::WrappedTargetException, - ::com::sun::star::uno::RuntimeException); + ::com::sun::star::uno::RuntimeException, + std::exception); virtual void SAL_CALL addPropertyChangeListener( const OUString& aPropertyName, const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertyChangeListener >& xListener ) |