diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-02-24 13:41:34 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-02-24 14:14:24 +0000 |
commit | f3deb8c27575228f1041feb8154369e6ea451088 (patch) | |
tree | 447013d8f9b514ca7a5943a46044a53ce72573aa /sc/source | |
parent | a1e63e74103a498bfaf9e03797b67f47622da7b8 (diff) |
coverity#737516 Uncaught exception
Change-Id: I7683cd9a27b09ed9d9b57574212cde14f103d53a
Diffstat (limited to 'sc/source')
-rw-r--r-- | sc/source/ui/unoobj/dapiuno.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/unoobj/dapiuno.cxx b/sc/source/ui/unoobj/dapiuno.cxx index 63cd500491bc..9e1c83398d42 100644 --- a/sc/source/ui/unoobj/dapiuno.cxx +++ b/sc/source/ui/unoobj/dapiuno.cxx @@ -1325,7 +1325,7 @@ CellRangeAddress SAL_CALL ScDataPilotTableObj::getOutputRangeByType( sal_Int32 n } void SAL_CALL ScDataPilotTableObj::addModifyListener( const uno::Reference<util::XModifyListener>& aListener ) - throw (uno::RuntimeException) + throw (uno::RuntimeException, std::exception) { SolarMutexGuard aGuard; |