coverity#737502 Uncaught exception

Change-Id: I5f5b7244db311501af6ded863b4b1fa46e5a547a
This commit is contained in:
Caolán McNamara
2014-02-24 13:25:41 +00:00
parent 42837a066b
commit 9a8a4b81b6
2 changed files with 4 additions and 2 deletions

View File

@@ -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,

View File

@@ -2539,7 +2539,8 @@ bool ScDataPilotFieldObj::HasString(const Sequence< OUString >& rItems, const OU
// XDataPilotFieldGrouping
Reference< XDataPilotField > SAL_CALL ScDataPilotFieldObj::createNameGroup( const Sequence< OUString >& rItems )
throw (RuntimeException, IllegalArgumentException)
throw (RuntimeException, IllegalArgumentException,
std::exception)
{
SolarMutexGuard aGuard;