summaryrefslogtreecommitdiff
path: root/sc/inc/cellsuno.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-01-25 20:18:44 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-01-25 20:56:30 +0000
commit262babd17e6784b307ce916e46014ef0405cca77 (patch)
tree3403e35467c674805be0214432988052a08293e1 /sc/inc/cellsuno.hxx
parent26d50b03c83f7d12c334c466bd3ca0be29d1f6ec (diff)
coverity#1158348 Uncaught exception
Change-Id: I89dea1733a1c914a913fe31bb66b6e30c1e55dc9
Diffstat (limited to 'sc/inc/cellsuno.hxx')
-rw-r--r--sc/inc/cellsuno.hxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/sc/inc/cellsuno.hxx b/sc/inc/cellsuno.hxx
index e0e109968c25..47acbdd4a78f 100644
--- a/sc/inc/cellsuno.hxx
+++ b/sc/inc/cellsuno.hxx
@@ -394,7 +394,9 @@ public:
// XCellRangesQuery
virtual ::com::sun::star::uno::Reference< ::com::sun::star::sheet::XSheetCellRanges > SAL_CALL
- queryVisibleCells() throw(::com::sun::star::uno::RuntimeException);
+ queryVisibleCells()
+ throw(::com::sun::star::uno::RuntimeException,
+ std::exception);
virtual ::com::sun::star::uno::Reference< ::com::sun::star::sheet::XSheetCellRanges > SAL_CALL
queryEmptyCells() throw(::com::sun::star::uno::RuntimeException);
virtual ::com::sun::star::uno::Reference< ::com::sun::star::sheet::XSheetCellRanges > SAL_CALL