summaryrefslogtreecommitdiff
path: root/sc/inc/docuno.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-01-27 12:32:32 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-01-27 14:38:35 +0000
commitb9a2c2e58c1544b81d09a9c4dbe1d21d11c1f5ed (patch)
tree99df9cab612f465cc4d3ec5ba4135a46f51e461b /sc/inc/docuno.hxx
parentc17d9288a8631f7cbe16134e7ccd1bfc8776b014 (diff)
coverity#1158323 Uncaught exception
Change-Id: I26d1730636b172aa4b9f8b2b9593f408cd466118
Diffstat (limited to 'sc/inc/docuno.hxx')
-rw-r--r--sc/inc/docuno.hxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/sc/inc/docuno.hxx b/sc/inc/docuno.hxx
index 2d0c3624d03e..952c1f54f53d 100644
--- a/sc/inc/docuno.hxx
+++ b/sc/inc/docuno.hxx
@@ -798,7 +798,9 @@ public:
throw(::com::sun::star::uno::RuntimeException);
/// XIndexAccess
- virtual sal_Int32 SAL_CALL getCount() throw(::com::sun::star::uno::RuntimeException);
+ virtual sal_Int32 SAL_CALL getCount()
+ throw(::com::sun::star::uno::RuntimeException,
+ std::exception);
virtual ::com::sun::star::uno::Any SAL_CALL getByIndex( sal_Int32 Index )
throw(::com::sun::star::lang::IndexOutOfBoundsException,
::com::sun::star::lang::WrappedTargetException,