diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-01-25 14:18:02 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-01-25 14:18:02 +0000 |
commit | 5685b96509af906697c3f460c38eac8187a7a3a0 (patch) | |
tree | d5c4aaefea11242b3e2ee09b93afbb7c866b783f /sc/source | |
parent | 6eddd93b430eeb7843a859dc296342b21b8c10ad (diff) |
coverity#1158352 Uncaught exception
Change-Id: Idd0b4fae13523a0839ea2b42dce663277f586925
Diffstat (limited to 'sc/source')
-rw-r--r-- | sc/source/ui/unoobj/cellsuno.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/unoobj/cellsuno.cxx b/sc/source/ui/unoobj/cellsuno.cxx index 8313b0459fde..711c773fab4e 100644 --- a/sc/source/ui/unoobj/cellsuno.cxx +++ b/sc/source/ui/unoobj/cellsuno.cxx @@ -7934,7 +7934,7 @@ void SAL_CALL ScTableSheetObj::hideDetail( const table::CellRangeAddress& rCellR } void SAL_CALL ScTableSheetObj::showDetail( const table::CellRangeAddress& rCellRange ) - throw(uno::RuntimeException) + throw(uno::RuntimeException, std::exception) { SolarMutexGuard aGuard; ScDocShell* pDocSh = GetDocShell(); |