summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/AccessibleCsvControl.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-06-28 16:42:57 +0100
committerCaolán McNamara <caolanm@redhat.com>2015-06-28 17:55:49 +0100
commit959c669d471332194bba12602edd7a39495a22c4 (patch)
tree018f93a92a0fae99a786f49a3ade2e5a3dab200d /sc/source/ui/inc/AccessibleCsvControl.hxx
parenta4fdbaf54644b5eb576d5fb89121fb0aa2c5b0d4 (diff)
coverity#1308513 Uncaught exception
Change-Id: If09fc8743f2125a947563e3da8d6c62d36a0bfbd
Diffstat (limited to 'sc/source/ui/inc/AccessibleCsvControl.hxx')
-rw-r--r--sc/source/ui/inc/AccessibleCsvControl.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/inc/AccessibleCsvControl.hxx b/sc/source/ui/inc/AccessibleCsvControl.hxx
index a181c241c276..5ebbf145bfa6 100644
--- a/sc/source/ui/inc/AccessibleCsvControl.hxx
+++ b/sc/source/ui/inc/AccessibleCsvControl.hxx
@@ -261,7 +261,7 @@ private:
throw( ::com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
/** Returns this object's description. */
virtual OUString SAL_CALL createAccessibleDescription()
- throw( ::com::sun::star::uno::RuntimeException ) SAL_OVERRIDE;
+ throw( ::com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
/** Throws an exception, if the specified character position is invalid (outside 0..len-1). */
void ensureValidIndex( sal_Int32 nIndex ) const
@@ -492,7 +492,7 @@ private:
throw( ::com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
/** Returns this object's description. */
virtual OUString SAL_CALL createAccessibleDescription()
- throw( ::com::sun::star::uno::RuntimeException ) SAL_OVERRIDE;
+ throw( ::com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
/** Throws an exception, if nIndex is not a valid child index. */
void ensureValidIndex( sal_Int32 nIndex ) const