summaryrefslogtreecommitdiffstats
path: root/sc/inc/dispuno.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-01-27 11:53:21 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-01-27 12:13:16 +0000
commit953ab9e94d08cdca97ccd451b45593df602227c8 (patch)
treeba61e06adf3ad3f5e01bd11fb1392591422c0f60 /sc/inc/dispuno.hxx
parentcoverity#1158327 Uncaught exception (diff)
downloadcore-953ab9e94d08cdca97ccd451b45593df602227c8.tar.gz
core-953ab9e94d08cdca97ccd451b45593df602227c8.zip
coverity#1158326 Uncaught exception
Change-Id: Id9e7ce99f9451392ae5c67f93f7a30dc77865924
Diffstat (limited to 'sc/inc/dispuno.hxx')
-rw-r--r--sc/inc/dispuno.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/sc/inc/dispuno.hxx b/sc/inc/dispuno.hxx
index 4a97e38fedd5..841d234b67e1 100644
--- a/sc/inc/dispuno.hxx
+++ b/sc/inc/dispuno.hxx
@@ -123,7 +123,8 @@ public:
virtual void SAL_CALL addStatusListener( const ::com::sun::star::uno::Reference<
::com::sun::star::frame::XStatusListener >& xControl,
const ::com::sun::star::util::URL& aURL )
- throw(::com::sun::star::uno::RuntimeException);
+ throw(::com::sun::star::uno::RuntimeException,
+ std::exception);
virtual void SAL_CALL removeStatusListener( const ::com::sun::star::uno::Reference<
::com::sun::star::frame::XStatusListener >& xControl,
const ::com::sun::star::util::URL& aURL )