summaryrefslogtreecommitdiff
path: root/sc/source/ui
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-01-27 09:05:59 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-01-27 11:14:24 +0000
commit7af84e5fd57cd203b9ef4df9f04c94002df326e9 (patch)
tree39e32714566e767dd6e90552282f79f50cbccd15 /sc/source/ui
parent6a5c26619110fce27008a12760cf3f9694395940 (diff)
coverity#1158342 Uncaught exception
Change-Id: Ia6cad30b9ad262168d86c52eb72f08efb65af790
Diffstat (limited to 'sc/source/ui')
-rw-r--r--sc/source/ui/unoobj/cellsuno.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/unoobj/cellsuno.cxx b/sc/source/ui/unoobj/cellsuno.cxx
index 9c45f66b2b7b..feb57d633c60 100644
--- a/sc/source/ui/unoobj/cellsuno.cxx
+++ b/sc/source/ui/unoobj/cellsuno.cxx
@@ -3495,7 +3495,7 @@ uno::Reference<sheet::XSheetCellRanges> SAL_CALL ScCellRangesBase::queryVisibleC
}
uno::Reference<sheet::XSheetCellRanges> SAL_CALL ScCellRangesBase::queryEmptyCells()
- throw(uno::RuntimeException)
+ throw(uno::RuntimeException, std::exception)
{
SolarMutexGuard aGuard;
if (pDocShell)