diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-01-25 20:20:23 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-01-25 20:56:30 +0000 |
commit | 04f690bc01a95c74a9f480ba18ede81c4fe689e5 (patch) | |
tree | 1d15e715c7092bf0699e133ad6ba1d23438bbd3b /sc/source/ui | |
parent | f1b1e73227471192682d303a58618ca8bd65a74d (diff) |
coverity#1158346 Uncaught exception
Change-Id: Ifd85f727dc741b2d59bfc9eebabbff24e0e69e1d
Diffstat (limited to 'sc/source/ui')
-rw-r--r-- | sc/source/ui/unoobj/cellsuno.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/unoobj/cellsuno.cxx b/sc/source/ui/unoobj/cellsuno.cxx index 703b3869c6bc..dab76e4f20ba 100644 --- a/sc/source/ui/unoobj/cellsuno.cxx +++ b/sc/source/ui/unoobj/cellsuno.cxx @@ -3530,8 +3530,8 @@ uno::Reference<sheet::XSheetCellRanges> SAL_CALL ScCellRangesBase::queryEmptyCel } uno::Reference<sheet::XSheetCellRanges> SAL_CALL ScCellRangesBase::queryContentCells( - sal_Int16 nContentFlags ) - throw(uno::RuntimeException) + sal_Int16 nContentFlags ) + throw(uno::RuntimeException, std::exception) { SolarMutexGuard aGuard; if (pDocShell) |