summaryrefslogtreecommitdiff
path: root/sc/inc/dapiuno.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-02-24 13:16:42 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-02-24 13:17:36 +0000
commit93f3f72d18e551c8edd6a010cb78d9cbe404f8ef (patch)
tree4c7d546678eec9e5210c6fa4bfd4a468bac87efc /sc/inc/dapiuno.hxx
parent1a48456f8beca6cb0606de75bb0c95f5ae9bc160 (diff)
coverity#737499 Uncaught exception
Change-Id: If4599fa76914b472ee6734f48941898f420519c3
Diffstat (limited to 'sc/inc/dapiuno.hxx')
-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 ca6b8cd0f344..ec96ae745699 100644
--- a/sc/inc/dapiuno.hxx
+++ b/sc/inc/dapiuno.hxx
@@ -595,7 +595,8 @@ public:
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,
- ::com::sun::star::lang::IllegalArgumentException);
+ ::com::sun::star::lang::IllegalArgumentException,
+ std::exception);
// XServiceInfo
virtual OUString SAL_CALL getImplementationName()