summaryrefslogtreecommitdiff
path: root/package/source/xstor/disposelistener.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'package/source/xstor/disposelistener.hxx')
-rw-r--r--package/source/xstor/disposelistener.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/source/xstor/disposelistener.hxx b/package/source/xstor/disposelistener.hxx
index 1ca57962ce13..eafab4397d07 100644
--- a/package/source/xstor/disposelistener.hxx
+++ b/package/source/xstor/disposelistener.hxx
@@ -36,7 +36,7 @@ public:
void OwnerIsDisposed();
- virtual void SAL_CALL disposing( const ::com::sun::star::lang::EventObject& Source ) throw (::com::sun::star::uno::RuntimeException);
+ virtual void SAL_CALL disposing( const ::com::sun::star::lang::EventObject& Source ) throw (::com::sun::star::uno::RuntimeException, std::exception);
};
#endif