summaryrefslogtreecommitdiffstats
path: root/sc/inc/viewuno.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-01-24 09:33:57 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-01-24 09:46:20 +0000
commit2db20a6d2cc51a8bec911f8c8ccefa94f5d5a2e3 (patch)
tree644f1c746beb890dd757d387c9035bd221408d27 /sc/inc/viewuno.hxx
parentcoverity#1158388 Uncaught exception (diff)
downloadcore-2db20a6d2cc51a8bec911f8c8ccefa94f5d5a2e3.tar.gz
core-2db20a6d2cc51a8bec911f8c8ccefa94f5d5a2e3.zip
coverity#1158387 Uncaught exception
Change-Id: I8a058e4f5ef988f527c266926dcb7c1fd7d66a40
Diffstat (limited to 'sc/inc/viewuno.hxx')
-rw-r--r--sc/inc/viewuno.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/sc/inc/viewuno.hxx b/sc/inc/viewuno.hxx
index 9b1dd4107dfc..e6883f8058ba 100644
--- a/sc/inc/viewuno.hxx
+++ b/sc/inc/viewuno.hxx
@@ -233,7 +233,8 @@ public:
// XSelectionSupplier
virtual sal_Bool SAL_CALL select( const ::com::sun::star::uno::Any& aSelection )
throw(::com::sun::star::lang::IllegalArgumentException,
- ::com::sun::star::uno::RuntimeException);
+ ::com::sun::star::uno::RuntimeException,
+ std::exception);
virtual ::com::sun::star::uno::Any SAL_CALL getSelection()
throw(::com::sun::star::uno::RuntimeException);
virtual void SAL_CALL addSelectionChangeListener( const ::com::sun::star::uno::Reference<