summaryrefslogtreecommitdiff
path: root/sc/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-02-24 13:25:41 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-02-24 13:33:21 +0000
commit9a8a4b81b66bcf3f1330ceb208f727e2023b36e5 (patch)
tree89f4481735702e4b5351bb8175e0593fc8c7b904 /sc/inc
parent42837a066b2347effa75926104f3f3ffc96206b7 (diff)
coverity#737502 Uncaught exception
Change-Id: I5f5b7244db311501af6ded863b4b1fa46e5a547a
Diffstat (limited to 'sc/inc')
-rw-r--r--sc/inc/dapiuno.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/sc/inc/dapiuno.hxx b/sc/inc/dapiuno.hxx
index ec96ae745699..f40d9714e337 100644
--- a/sc/inc/dapiuno.hxx
+++ b/sc/inc/dapiuno.hxx
@@ -591,7 +591,8 @@ public:
virtual com::sun::star::uno::Reference < com::sun::star::sheet::XDataPilotField > SAL_CALL
createNameGroup(const com::sun::star::uno::Sequence< OUString >& aItems)
throw (::com::sun::star::uno::RuntimeException,
- ::com::sun::star::lang::IllegalArgumentException);
+ ::com::sun::star::lang::IllegalArgumentException,
+ std::exception);
virtual com::sun::star::uno::Reference < com::sun::star::sheet::XDataPilotField > SAL_CALL
createDateGroup(const com::sun::star::sheet::DataPilotFieldGroupInfo& rInfo)
throw (::com::sun::star::uno::RuntimeException,