summaryrefslogtreecommitdiff
path: root/sfx2/source/appl/shutdownicon.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2001-11-01 14:01:37 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2001-11-01 14:01:37 +0000
commit139e2849affc965d6e24e13e3d084df5bb253a05 (patch)
tree4d1318a11ec2315357643d5e3f1f57e0f6ec0579 /sfx2/source/appl/shutdownicon.hxx
parent0f24dff7c98c93ef86430cd1ada0a6b1319b5ac9 (diff)
#65293#: excveption specifications
Diffstat (limited to 'sfx2/source/appl/shutdownicon.hxx')
-rw-r--r--sfx2/source/appl/shutdownicon.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/appl/shutdownicon.hxx b/sfx2/source/appl/shutdownicon.hxx
index 173e78a1b3..d37cda4979 100644
--- a/sfx2/source/appl/shutdownicon.hxx
+++ b/sfx2/source/appl/shutdownicon.hxx
@@ -108,7 +108,7 @@ class ShutdownIcon : public ShutdownIconServiceBase
throw(::com::sun::star::uno::RuntimeException);
// XStatusListener
- virtual void SAL_CALL statusChanged( const ::com::sun::star::frame::FeatureStateEvent& Event );
+ virtual void SAL_CALL statusChanged( const ::com::sun::star::frame::FeatureStateEvent& Event ) throw (com::sun::star::uno::RuntimeException);
// XTerminateListener
virtual void SAL_CALL queryTermination( const ::com::sun::star::lang::EventObject& aEvent )