diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-07-04 20:01:21 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-07-04 20:01:21 +0100 |
commit | 70d2f78479b96cbc24b12fdff6593b4c95061f7a (patch) | |
tree | b62fa7a3e382edaa40d6774b08e2f9a35c469082 /include | |
parent | 0c2073abe84061a013828775dc5e2d42b85ffdfe (diff) |
coverity#1309266 Uncaught exception
Change-Id: Ic13df34772a448f654924ca6076cb5bc92ea3883
Diffstat (limited to 'include')
-rw-r--r-- | include/svx/AccessibleControlShape.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/AccessibleControlShape.hxx b/include/svx/AccessibleControlShape.hxx index 2388310d230d..5644e5fc9a55 100644 --- a/include/svx/AccessibleControlShape.hxx +++ b/include/svx/AccessibleControlShape.hxx @@ -122,7 +122,7 @@ protected: */ virtual OUString CreateAccessibleName( ) - throw(::com::sun::star::uno::RuntimeException) SAL_OVERRIDE; + throw(::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE; /// Create a description string that contains the accessible description. virtual OUString |